diff options
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 31babfb9..9abea6ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,14 +400,14 @@ files = [ [[package]] name = "django" -version = "5.1.7" +version = "5.1.8" 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.7-py3-none-any.whl", hash = "sha256:1323617cb624add820cb9611cdcc788312d250824f92ca6048fda8625514af2b"}, - {file = "Django-5.1.7.tar.gz", hash = "sha256:30de4ee43a98e5d3da36a9002f287ff400b43ca51791920bfb35f6917bfe041c"}, + {file = "Django-5.1.8-py3-none-any.whl", hash = "sha256:11b28fa4b00e59d0def004e9ee012fefbb1065a5beb39ee838983fd24493ad4f"}, + {file = "Django-5.1.8.tar.gz", hash = "sha256:42e92a1dd2810072bcc40a39a212b693f94406d0ba0749e68eb642f31dc770b4"}, ] [package.dependencies] @@ -1338,4 +1338,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.*" -content-hash = "a024fb6397e001d59603a59a6bbcdf723f3ae0e28daef7adc0dff667d5a9cbde" +content-hash = "73fd7fd79b5a8cdc5350e94f5566411f0fbc61b5350a74000ba7621490b0c42a" diff --git a/pyproject.toml b/pyproject.toml index 29b0dd6e..3b6ae1cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "3.11.*" -django = "5.1.7" +django = "5.1.8" django-distill = "3.2.7" django-environ = "0.11.2" django-filter = "25.1" |