diff --git a/poetry.lock b/poetry.lock index 971d503a..4d23b1fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1846,13 +1846,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.4.0.20240130" +version = "2024.1.0.20240417" 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.20240417.tar.gz", hash = "sha256:6810c8a1f68f21fdf0f4f374a432487c77645a0ac0b31de4bf4690cf21ad3981"}, + {file = "types_pytz-2024.1.0.20240417-py3-none-any.whl", hash = "sha256:8335d443310e2db7b74e007414e74c4f53b67452c0cb0d228ca359ccfba59659"}, ] [[package]] @@ -1948,4 +1948,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "a8816e87b0dfd9b1fd289b7d170e1d1e3a4aa683f16dbeea5a8d3990ef2d9560" +content-hash = "8bbc6a74e4d63ad26280baea4d9f9b464551ab43a6f554d696004860b64dcdb6" diff --git a/pyproject.toml b/pyproject.toml index 0d6c0dad..ae5dfcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyupgrade = "^3.3.1" furo = ">=2021.11.12" pytest-cov = ">=4,<6" types-croniter = ">=1.3.2,<3.0.0" -types-pytz = ">=2022.7.1,<2024.0.0" +types-pytz = ">=2022.7.1,<2025.0.0" pytest-asyncio = ">=0.20.3,<0.24.0" respx = ">=0.20.1,<0.22.0" pytest-mock = "^3.10.0"