From 44f736fbd1a09873c2534aa88bb42a9a0e1444c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 10:14:11 +0000 Subject: [PATCH] Bump types-pytz from 2022.7.1.2 to 2024.2.0.20241003 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.2 to 2024.2.0.20241003. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f5905cf6e940..d9d07679609f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3927,13 +3927,13 @@ reference = "pypi-public" [[package]] name = "types-pytz" -version = "2022.7.1.2" +version = "2024.2.0.20241003" description = "Typing stubs for pytz" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-pytz-2022.7.1.2.tar.gz", hash = "sha256:487d3e8e9f4071eec8081746d53fa982bbc05812e719dcbf2ebf3d55a1a4cd28"}, - {file = "types_pytz-2022.7.1.2-py3-none-any.whl", hash = "sha256:40ca448a928d566f7d44ddfde0066e384f7ffbd4da2778e42a4570eaca572446"}, + {file = "types-pytz-2024.2.0.20241003.tar.gz", hash = "sha256:575dc38f385a922a212bac00a7d6d2e16e141132a3c955078f4a4fd13ed6cb44"}, + {file = "types_pytz-2024.2.0.20241003-py3-none-any.whl", hash = "sha256:3e22df1336c0c6ad1d29163c8fda82736909eb977281cb823c57f8bae07118b7"}, ] [package.source] @@ -4535,4 +4535,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = "^3.9,<3.11" -content-hash = "daa83a284dcf00d8817854d7f5f7ca67fbcf6ee46ab9f8684b9d279c95b542c1" +content-hash = "22353e00b4fd1aadf1b715435fb630b73028272a3bb7857e13f6c0ebd85542e3" diff --git a/pyproject.toml b/pyproject.toml index d645924fa070..2dd3dc3b5f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ types-ujson = "^5.6.0.0" types-decorator = "^5.1.8" types-toml = "^0.10.8.7" types-tabulate = "^0.9.0.20240106" -types-pytz = ">=2021.3.6,<2023.0.0" +types-pytz = ">=2021.3.6,<2025.0.0" types-dateparser = "^1.1.4.20240106" types-python-dateutil = "^2.9.0.20240316" types-protobuf = "^4.24.0.4"