diff --git a/poetry.lock b/poetry.lock index b99486b3d..008ccd05e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -376,13 +376,13 @@ files = [ [[package]] name = "django" -version = "5.1" +version = "5.1.1" 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.1-py3-none-any.whl", hash = "sha256:71603f27dac22a6533fb38d83072eea9ddb4017fead6f67f2562a40402d61c3f"}, + {file = "Django-5.1.1.tar.gz", hash = "sha256:021ffb7fdab3d2d388bc8c7c2434eb9c1f6f4d09e6119010bbb1694dda286bc2"}, ] [package.dependencies] @@ -1216,4 +1216,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "78d1ca9a09bf2b5c298d25064f15626d6a98668cf438f541041e6395cd9223dc" +content-hash = "b94a64b6af270a3b558829c484d1ee2de27dd07ccc05bd08da40ccda24f7033a" diff --git a/pyproject.toml b/pyproject.toml index 2fd1d1ddd..ab4975363 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.1" django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.3"