From 26264e74d77bb1eda579ce4513ed3ca2e925f145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:04:35 +0000 Subject: [PATCH] Bump types-pytz from 2023.4.0.20240130 to 2024.1.0.20240203 Bumps [types-pytz](https://github.com/python/typeshed) from 2023.4.0.20240130 to 2024.1.0.20240203. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-pytz dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index aa0ab9ec..a1fbdf81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3985,13 +3985,13 @@ cryptography = ">=35.0.0" [[package]] name = "types-pytz" -version = "2023.4.0.20240130" +version = "2024.1.0.20240203" description = "Typing stubs for pytz" optional = false python-versions = ">=3.8" files = [ - {file = "types-pytz-2023.4.0.20240130.tar.gz", hash = "sha256:33676a90bf04b19f92c33eec8581136bea2f35ddd12759e579a624a006fd387a"}, - {file = "types_pytz-2023.4.0.20240130-py3-none-any.whl", hash = "sha256:6ce76a9f8fd22bd39b01a59c35bfa2db39b60d11a2f77145e97b730de7e64fe0"}, + {file = "types-pytz-2024.1.0.20240203.tar.gz", hash = "sha256:c93751ee20dfc6e054a0148f8f5227b9a00b79c90a4d3c9f464711a73179c89e"}, + {file = "types_pytz-2024.1.0.20240203-py3-none-any.whl", hash = "sha256:9679eef0365db3af91ef7722c199dbb75ee5c1b67e3c4dd7bfbeb1b8a71c21a3"}, ] [[package]] @@ -4459,4 +4459,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9068e32ffbf6230493e2667725fdc27b94c8319ea684847e25db595897bf4ac6" +content-hash = "62b36fdbd22f27eecc492c64afc1121ed816890a54e2c511cea6a52b6952b674" diff --git a/pyproject.toml b/pyproject.toml index 47788740..e4cea67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api" ruff = ">=0.0.249,<0.2.2" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" -types-pytz = "^2023.3.0.0" +types-pytz = ">=2023.3,<2025.0" black = "^23.1.0" types-chardet = "^5.0.4.6" mypy-protobuf = "^3.0.0"