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 c3147c7c..ece9c847 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,14 +400,14 @@ files = [  [[package]]  name = "django" -version = "5.1.8" +version = "5.1.9"  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.8-py3-none-any.whl", hash = "sha256:11b28fa4b00e59d0def004e9ee012fefbb1065a5beb39ee838983fd24493ad4f"}, -    {file = "Django-5.1.8.tar.gz", hash = "sha256:42e92a1dd2810072bcc40a39a212b693f94406d0ba0749e68eb642f31dc770b4"}, +    {file = "django-5.1.9-py3-none-any.whl", hash = "sha256:2fd1d4a0a66a5ba702699eb692e75b0d828b73cc2f4e1fc4b6a854a918967411"}, +    {file = "django-5.1.9.tar.gz", hash = "sha256:565881bdd0eb67da36442e9ac788bda90275386b549070d70aee86327781a4fc"},  ]  [package.dependencies] @@ -1325,4 +1325,4 @@ brotli = ["brotli"]  [metadata]  lock-version = "2.1"  python-versions = "3.11.*" -content-hash = "56a98384ebe7576c4c0afabb800a758bbef4a36040a259b476f89055a4d058c9" +content-hash = "ee81a2cae1fa7ca3b51cd1ee29a0d602aa20883190b36f040d072233038a5ae3" diff --git a/pyproject.toml b/pyproject.toml index f8ba4e28..8aedc094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false  [tool.poetry.dependencies]  python = "3.11.*" -django = "5.1.8" +django = "5.1.9"  django-distill = "3.2.7"  django-environ = "0.11.2"  django-filter = "25.1" | 
