From ab1fde9a2ceb0d5b25f39a777f7e2c793bd87a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:41:14 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.1 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.1. - [Commits](https://github.com/django/django/compare/5.0.7...5.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c422ac40..fff918af7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -356,17 +356,17 @@ files = [ [[package]] name = "django" -version = "5.0.7" +version = "5.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.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, - {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, + {file = "Django-5.1-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, + {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, ] [package.dependencies] -asgiref = ">=3.7.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1193,4 +1193,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "98076a26159e076664d3838678e6da5c8d673b90e48dab06896f5c9a7aa1763e" +content-hash = "7a64f839c42f3b30c529e15c18d0e2ace505b26d5e39f1cbe8e5792091e49009" diff --git a/pyproject.toml b/pyproject.toml index 54e1c2228..5713bbbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "5.0.7" +django = "5.1" django-distill = "3.2.4" django-environ = "0.11.2" django-filter = "24.3"