diff --git a/poetry.lock b/poetry.lock index fc0c684..dbb15fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -750,14 +750,14 @@ socks = ["PySocks"] [[package]] name = "pytz" -version = "2022.6" +version = "2023.3" description = "World timezone definitions, modern and historical" category = "main" optional = false python-versions = "*" files = [ - {file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"}, - {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, + {file = "pytz-2023.3-py2.py3-none-any.whl", hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb"}, + {file = "pytz-2023.3.tar.gz", hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588"}, ] [[package]] @@ -1236,4 +1236,4 @@ pyre2 = ["pyre2"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bb420627e74b00c6e3c0eb550aa012c134daaa83e4e94cc75e5f3c2e3aeee93d" +content-hash = "e9d29334e6be19befcfcadb1c8d9a712504259f31d92c39912c623c0d69ecc16" diff --git a/pyproject.toml b/pyproject.toml index af5b6a4..23951e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ toml = "^0.10.2" redis = "~=4.5.4" Babel = "~=2.12.1" jstyleson = "~=0.0.2" -pytz = "~=2022.2" +pytz = "~=2023.3" beautifulsoup4 = "~=4.11.1" requests = "~=2.28.1" googletrans = "4.0.0rc1"