diff --git a/backend/poetry.lock b/backend/poetry.lock index 7d0c36006..0650ce061 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "annotated-types" @@ -380,14 +380,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "django" -version = "5.1.12" +version = "5.1.13" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.1.12-py3-none-any.whl", hash = "sha256:9eb695636cea3601b65690f1596993c042206729afb320ca0960b55f8ed4477b"}, - {file = "django-5.1.12.tar.gz", hash = "sha256:8a8991b1ec052ef6a44fefd1ef336ab8daa221287bcb91a4a17d5e1abec5bbcc"}, + {file = "django-5.1.13-py3-none-any.whl", hash = "sha256:06f257f79dc4c17f3f9e23b106a4c5ed1335abecbe731e83c598c941d14fbeed"}, + {file = "django-5.1.13.tar.gz", hash = "sha256:543ff21679f15e80edfc01fe7ea35f8291b6d4ea589433882913626a7c1cf929"}, ] [package.dependencies] @@ -1851,4 +1851,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "52c323c6a0266aa57b519f78e46cfc6b3ac185169e8855fa8c1f14dabb0958b8" +content-hash = "226dcbc593d1084a4abc2a02171382758d8676cef3e0a426ce17e3946f8e08ba" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 25e356245..62d23d59b 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -8,7 +8,7 @@ packages = [{ include = 'kernelCI' }] [tool.poetry.dependencies] python = "^3.12" -django = "^5.1.12" +django = "^5.1.13" djangorestframework = "^3.15.2" gunicorn = "^23.0.0" psycopg = "^3.1.19"