diff --git a/backend/poetry.lock b/backend/poetry.lock index 49f778f9f..ff8929df5 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -371,13 +371,13 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "5.0.8" +version = "5.0.9" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" files = [ - {file = "Django-5.0.8-py3-none-any.whl", hash = "sha256:333a7988f7ca4bc14d360d3d8f6b793704517761ae3813b95432043daec22a45"}, - {file = "Django-5.0.8.tar.gz", hash = "sha256:ebe859c9da6fead9c9ee6dbfa4943b04f41342f4cea2c4d8c978ef0d10694f2b"}, + {file = "Django-5.0.9-py3-none-any.whl", hash = "sha256:f219576ba53be4e83f485130a7283f0efde06a9f2e3a7c3c5180327549f078fa"}, + {file = "Django-5.0.9.tar.gz", hash = "sha256:6333870d342329b60174da3a60dbd302e533f3b0bb0971516750e974a99b5a39"}, ] [package.dependencies] @@ -1234,4 +1234,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "3.11.5" -content-hash = "924838b836632996233d630a09e3ef508f4ae1791dbe37c72fe16eea6ad59c84" +content-hash = "a3b9fbca17439bf09840423d4f2fddc2d508d1d1b88436ae6c1de6e7ef59a3f6" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 52000ec7e..dea99f543 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -9,7 +9,7 @@ python = "3.11.5" argon2-cffi = "==23.1.0" asgiref = "==3.8.1" dj-database-url = "==2.2.0" -django = "==5.0.8" +django = "==5.0.9" django-memoize = "2.3.1" djangorestframework = "==3.15.2" djangorestframework_simplejwt = "==5.3.1"