diff --git a/poetry.lock b/poetry.lock index b99486b3d..c2705c1be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -376,13 +376,13 @@ files = [ [[package]] name = "django" -version = "5.1" +version = "5.1.3" 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-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, - {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, + {file = "Django-5.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, + {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, ] [package.dependencies] @@ -1216,4 +1216,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "78d1ca9a09bf2b5c298d25064f15626d6a98668cf438f541041e6395cd9223dc" +content-hash = "c9a63c1a5a93065dabfe3a2bd54157e587ffa1e5c5e1cf5443934dca2ff81eda" diff --git a/pyproject.toml b/pyproject.toml index 2fd1d1ddd..39a4f938f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.1" +django = "5.1.3" django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.3"