From 1fcd1aaf97dfe3c9a67c08b6c4627dabf3d170eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:16:40 +0000 Subject: [PATCH] poetry bot: bump django from 4.2.15 to 5.1.3 Bumps [django](https://github.com/django/django) from 4.2.15 to 5.1.3. - [Commits](https://github.com/django/django/compare/4.2.15...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index b3869d9cb..8d58a00a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -748,17 +748,17 @@ files = [ [[package]] name = "django" -version = "4.2.15" +version = "5.1.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, - {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, + {file = "Django-5.1.3-py3-none-any.whl", hash = "sha256:8b38a9a12da3ae00cb0ba72da985ec4b14de6345046b1e174b1fd7254398f818"}, + {file = "Django-5.1.3.tar.gz", hash = "sha256:c0fa0e619c39325a169208caef234f90baa925227032ad3f44842ba14d75234a"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -4593,4 +4593,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "02ac41e5978cefc28923a85af8c5d9dd3f6ed929be4ea87fb2e2cc840863f8e4" +content-hash = "72531a091c62cf39b508d04ae2ef75808c56f4368f00c776138a0a1616aa1f22" diff --git a/pyproject.toml b/pyproject.toml index 5cc198ca1..7617ca2dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [] boto = "^2.49.0" boto3 = "^1.34.103" crawlerdetect = "^0.1.7" -django = "4.2.15" +django = "5.1.3" django-admin-list-filters = "^1.2" django-anymail = "^8.6" django-better-admin-arrayfield = "^1.4.2"