diff --git a/backend/poetry.lock b/backend/poetry.lock index 35436cf82..b4bb026e4 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1701,6 +1701,17 @@ xmlsec = ">=1.3.9" [package.extras] test = ["coverage (>=4.5.2)", "flake8 (>=3.6.0,<=5.0.0)", "freezegun (>=0.3.11,<=1.1.0)", "pytest (>=4.6)"] +[[package]] +name = "pytz" +version = "2024.2" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, +] + [[package]] name = "pyyaml" version = "6.0.2" @@ -2267,4 +2278,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "119593627d176efa39ab4e4e24cffb9564e477e40f0f036c50898949d7e694f5" +content-hash = "acaabd475aee92f70ad2ea9a96a4f46b279e9fce9f6f77aa8e5d162159b17c24" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index dd0d8da6c..7729fd781 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -25,6 +25,7 @@ drf-spectacular = "0.27.2" django-rest-knox = "5.0.1" django-allauth = { version = "64.2.1", extras = ["socialaccount", "saml"] } python-magic = "0.4.27" +pytz = "2024.2" [tool.poetry.group.dev.dependencies] pytest-django = "4.8.0"