diff --git a/poetry.lock b/poetry.lock index 0c615ad..05fa64f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2809,14 +2809,14 @@ unidecode = ["Unidecode (>=1.1.1)"] [[package]] name = "pytz" -version = "2024.2" +version = "2025.2" description = "World timezone definitions, modern and historical" optional = false python-versions = "*" groups = ["main", "dev"] 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.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"}, + {file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"}, ] [[package]] @@ -4174,4 +4174,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1eddbc982c9e45a45ab5d960a1851ea2d3cf2a45eb726f9cdcb1fb47e20380df" +content-hash = "9425c6203a4fcf9b945e403f61ab6857a525cad48e4baf47c85f606b6c554916" diff --git a/pyproject.toml b/pyproject.toml index 2e3590b..626626b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ pre-commit = "^4.1.0" django-debug-toolbar = "^5.0.0" psycopg = { extras = ["binary"], version = "^3.2.3" } deptry = "^0.23.0" -pytz = "^2024.2" # used by update_build_number +pytz = "^2025.2" # used by update_build_number factory-boy = "^3.3.3"