mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
* Bump certifi from 2021.10.8 to 2022.5.18.1 Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.5.18.1. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.05.18.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update certifi==2022.5.18.1 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
4 lines
96 B
Python
4 lines
96 B
Python
from .core import contents, where
|
|
|
|
__all__ = ["contents", "where"]
|
|
__version__ = "2022.05.18.1"
|