From e63d49d73c8a56c4cbc8fa021cded317f5f06b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:21:45 +0000 Subject: [PATCH] Bump types-pytz from 2022.7.1.2 to 2024.2.0.20241221 Bumps [types-pytz](https://github.com/python/typeshed) from 2022.7.1.2 to 2024.2.0.20241221. - [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 830bf829e70c..93d286ad4adc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3945,13 +3945,13 @@ reference = "pypi-public" [[package]] name = "types-pytz" -version = "2022.7.1.2" +version = "2024.2.0.20241221" 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.20241221-py3-none-any.whl", hash = "sha256:8fc03195329c43637ed4f593663df721fef919b60a969066e22606edf0b53ad5"}, + {file = "types_pytz-2024.2.0.20241221.tar.gz", hash = "sha256:06d7cde9613e9f7504766a0554a270c369434b50e00975b3a4a0f6eed0f2c1a9"}, ] [package.source] @@ -4553,4 +4553,4 @@ reference = "pypi-public" [metadata] lock-version = "2.0" python-versions = "^3.9,<3.11" -content-hash = "456f9b85fbae6a1ff461346a3a8d80e40488b38546304491f8560605c973e924" +content-hash = "85131b5b079a6e603821c1e98ccf06185ae58b0ce7c57fe9cb4a712b21dc22fa" diff --git a/pyproject.toml b/pyproject.toml index 03d2d40bc662..2c931f7b69b4 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"