diff --git a/poetry.lock b/poetry.lock index 1c3f50cd0..19cb3aace 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,13 +396,13 @@ files = [ [[package]] name = "django" -version = "5.1.3" +version = "5.1.4" 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.4-py3-none-any.whl", hash = "sha256:236e023f021f5ce7dee5779de7b286565fdea5f4ab86bae5338e3f7b69896cf0"}, + {file = "Django-5.1.4.tar.gz", hash = "sha256:de450c09e91879fa5a307f696e57c851955c910a438a35e6b4c895e86bedc82a"}, ] [package.dependencies] @@ -1254,4 +1254,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "d80abef70ca4732ac4831f771c64c7ee8ef8582dd4946c3d2c80fb5b3537e122" +content-hash = "ef623907bc19889085d0d6eaeefbb84c40d8b414e29c021dbf38c143c5c096d2" diff --git a/pyproject.toml b/pyproject.toml index 84abc1aea..95f4f3eeb 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.4" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "24.3"