diff --git a/poetry.lock b/poetry.lock index 986c3393..c8687f2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "alembic" @@ -2128,14 +2128,14 @@ six = ">=1.5" [[package]] name = "pytz" -version = "2022.7.1" +version = "2023.3" description = "World timezone definitions, modern and historical" category = "main" optional = false python-versions = "*" files = [ - {file = "pytz-2022.7.1-py2.py3-none-any.whl", hash = "sha256:78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a"}, - {file = "pytz-2022.7.1.tar.gz", hash = "sha256:01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"}, + {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, + {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, ] [[package]] @@ -2777,4 +2777,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">3.7.1,<3.11" -content-hash = "4b15e0f483a35468c702ee65d6edb4e17b864b2e542c115b5eb6c03933e7b3f0" +content-hash = "03277438596019e7a15d0728c6b8743db9928c714d3e8ce28f69c53baf504879" diff --git a/pyproject.toml b/pyproject.toml index d1c57036..6499b3f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ munch = "^2.5.0" hupper = "^1.10.3" psutil = "^5.9.0" pyzmq = ">=22.3,<24.0" -pytz = ">=2021.3,<2023.0" +pytz = ">=2021.3,<2024.0" fastapi = ">=0.75,<0.78" filelock = "^3.7.1" qualang-tools = "^0.12.0"