diff --git a/poetry.lock b/poetry.lock index 6505e58..db0107d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -570,13 +570,13 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2023.3.post1" +version = "2024.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" files = [ - {file = "pytz-2023.3.post1-py2.py3-none-any.whl", hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7"}, - {file = "pytz-2023.3.post1.tar.gz", hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b"}, + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, ] [[package]] @@ -979,4 +979,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "ea4f0f5f190682b1228bb5c01892bfb4ec7025cb6d9a891580fe5da9f8528216" +content-hash = "e3fc84a8bab27ba04ef145da1894e6621547786e6d7379b1e204be3517953485" diff --git a/pyproject.toml b/pyproject.toml index 6fd0cf9..b0e8498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ multipledispatch = "^1.0" pyrsistent = "^0.20" python = ">=3.8,<4" python-dateutil = "^2.8" -pytz = "^2023.3" +pytz = "^2024.1" requests = "^2.27" rfc3987 = "^1.3" uritemplate = "^4.1"