diff --git a/poetry.lock b/poetry.lock index 0acb7795..53fb39f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3173,13 +3173,13 @@ files = [ [[package]] name = "types-pytz" -version = "2023.3.1.1" +version = "2024.1.0.20240203" description = "Typing stubs for pytz" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-pytz-2023.3.1.1.tar.gz", hash = "sha256:cc23d0192cd49c8f6bba44ee0c81e4586a8f30204970fc0894d209a6b08dab9a"}, - {file = "types_pytz-2023.3.1.1-py3-none-any.whl", hash = "sha256:1999a123a3dc0e39a2ef6d19f3f8584211de9e6a77fe7a0259f04a524e90a5cf"}, + {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]] @@ -3607,4 +3607,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "7bb828635edbbbee36a4faf1a820314a58fb1dfcb98b24046f79159e9e7eaa75" +content-hash = "73392207aaf31fb1262de1f752bc6ac7c8e2a928c611078d4ea81cd730824004" diff --git a/pyproject.toml b/pyproject.toml index acf16800..f6a584a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ types-Deprecated = "^1.2.9.20240106" types-python-dateutil = "^2.8.19.20240106" types-beautifulsoup4 = "^4.12.0.20240106" types-Pillow = "^10.2.0.20240125" -types-pytz = "^2023.3.1.1" +types-pytz = "^2024.1.0.20240203" [build-system] requires = ["poetry_core"]