fix(deps): update dependency tzdata to v2024 (#3825)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-10 17:01:27 +00:00 committed by GitHub
parent fd2dc15a15
commit ba1c44172e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
poetry.lock generated
View File

@ -2029,8 +2029,8 @@ files = [
annotated-types = ">=0.4.0" annotated-types = ">=0.4.0"
pydantic-core = "2.20.1" pydantic-core = "2.20.1"
typing-extensions = [ typing-extensions = [
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
{version = ">=4.6.1", markers = "python_version < \"3.13\""}, {version = ">=4.6.1", markers = "python_version < \"3.13\""},
{version = ">=4.12.2", markers = "python_version >= \"3.13\""},
] ]
[package.extras] [package.extras]
@ -2231,8 +2231,8 @@ files = [
astroid = ">=3.2.2,<=3.3.0-dev0" astroid = ">=3.2.2,<=3.3.0-dev0"
colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
dill = [ dill = [
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
{version = ">=0.2", markers = "python_version < \"3.11\""}, {version = ">=0.2", markers = "python_version < \"3.11\""},
{version = ">=0.3.7", markers = "python_version >= \"3.12\""},
{version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
] ]
isort = ">=4.2.5,<5.13.0 || >5.13.0,<6" isort = ">=4.2.5,<5.13.0 || >5.13.0,<6"