diff --git a/poetry.lock b/poetry.lock index 1c3f50cd0..c0ace27e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -396,13 +396,13 @@ files = [ [[package]] name = "django" -version = "5.1.3" +version = "5.1.5" 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.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, - {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, + {file = "Django-5.1.5-py3-none-any.whl", hash = "sha256:c46eb936111fffe6ec4bc9930035524a8be98ec2f74d8a0ff351226a3e52f459"}, + {file = "Django-5.1.5.tar.gz", hash = "sha256:19bbca786df50b9eca23cee79d495facf55c8f5c54c529d9bf1fe7b5ea086af3"}, ] [package.dependencies] @@ -1254,4 +1254,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d80abef70ca4732ac4831f771c64c7ee8ef8582dd4946c3d2c80fb5b3537e122" +content-hash = "c041d18051d7631dd54af16c7a9d18d1d29b74fc0a39f144ab9aa7df3edf8085" diff --git a/pyproject.toml b/pyproject.toml index 84abc1aea..b3bb86e06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.3" +django = "5.1.5" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "24.3"