mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
* Bump platformdirs from 3.11.0 to 4.2.0 Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.11.0 to 4.2.0. - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/3.11.0...4.2.0) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update platformdirs==4.2.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
16 lines
411 B
Python
16 lines
411 B
Python
# file generated by setuptools_scm
|
|
# don't change, don't track in version control
|
|
TYPE_CHECKING = False
|
|
if TYPE_CHECKING:
|
|
from typing import Tuple, Union
|
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
else:
|
|
VERSION_TUPLE = object
|
|
|
|
version: str
|
|
__version__: str
|
|
__version_tuple__: VERSION_TUPLE
|
|
version_tuple: VERSION_TUPLE
|
|
|
|
__version__ = version = '4.2.0'
|
|
__version_tuple__ = version_tuple = (4, 2, 0)
|