diff --git a/poetry.lock b/poetry.lock index a328dcee..3a2f0cb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2293,14 +2293,14 @@ cli = ["click (>=5.0)"] [[package]] name = "pytz" -version = "2024.2" +version = "2025.1" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, - {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, + {file = "pytz-2025.1-py2.py3-none-any.whl", hash = "sha256:89dd22dca55b46eac6eda23b2d72721bf1bdfef212645d81513ef5d03038de57"}, + {file = "pytz-2025.1.tar.gz", hash = "sha256:c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e"}, ] [[package]] @@ -3574,4 +3574,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "5448949ccb1eece345f947e41cb30c73fdd37d1a1568412064339d0fe20c5449" +content-hash = "c410b11849b031eb71625eb5b04780e9aa36400bbeaee2ea18d3798808736858" diff --git a/pyproject.toml b/pyproject.toml index 476fb218..463f3fcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ loguru = "0.7.3" quranbot-schema-registry = "0.0.28" sentry-sdk = "2.20.0" httpx = "0.28.1" -pytz = "2024.2" +pytz = "2025.1" databases = {extras = ["asyncpg"], version = "0.9.0"} attrs = "25.1.0" jsonpath-ng = "1.7.0"