From 29e5023676ed3c4344e70d5773276f687c7149c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:20:54 +0000 Subject: [PATCH] poetry bot: bump django from 4.2.13 to 4.2.15 Bumps [django](https://github.com/django/django) from 4.2.13 to 4.2.15. - [Commits](https://github.com/django/django/compare/4.2.13...4.2.15) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 f84cb38f3..4f2188724 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohttp" @@ -645,13 +645,13 @@ files = [ [[package]] name = "django" -version = "4.2.13" +version = "4.2.15" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, - {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -4131,4 +4131,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "aa00b160d585dc03b214fa2dcdfaf7123dfb0429721cd1919970c429967600ab" +content-hash = "a4059d5494b2e920c75465ba1bc3b8b350ce0387e205923395b4d7fa65d525d3" diff --git a/pyproject.toml b/pyproject.toml index dc955ee91..dedbbfb4a 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.13" +django = "4.2.15" django-admin-list-filters = "^1.2" django-anymail = "^8.6" django-better-admin-arrayfield = "^1.4.2"