From 61c6e25a35b87f66aa401b216011849dc85e4051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:46:10 +0000 Subject: [PATCH] Bump django-upgrade from 1.18.0 to 1.21.0 Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.21.0. - [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-upgrade/compare/1.18.0...1.21.0) --- updated-dependencies: - dependency-name: django-upgrade dependency-type: direct:development 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 d148a47..1dad057 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.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 = "asgiref" @@ -192,13 +192,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-upgrade" -version = "1.18.0" +version = "1.21.0" description = "Automatically upgrade your Django project code." optional = false python-versions = ">=3.8" files = [ - {file = "django_upgrade-1.18.0-py3-none-any.whl", hash = "sha256:bae6a466bb9dd63dd7e23b665499b84499b2661348f06b371b88d2e609aa0df9"}, - {file = "django_upgrade-1.18.0.tar.gz", hash = "sha256:ae2a2de13e7804773201aef6af2245fa5d503b0a7c88b85b12cf1fdb84197065"}, + {file = "django_upgrade-1.21.0-py3-none-any.whl", hash = "sha256:a0a7b11d5108fb2d3038cea2382c1332c9be4ff5059a38357fbd28116ebf3803"}, + {file = "django_upgrade-1.21.0.tar.gz", hash = "sha256:e65021029e7d18b407bd128a8ccb31e5e06685068b37b6b1eaf2f77aa3d3df98"}, ] [package.dependencies] @@ -783,4 +783,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "408b6aa7f8d2211fb070933b6b6a96879d311fff855c696b749f4a641edb8dc6" +content-hash = "bb8fd035c0215904f95dd8dff8e851dfdf79344f9b1e3be68ca28e08a5806f04" diff --git a/pyproject.toml b/pyproject.toml index 4a799bc..f696d50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ isort = "5.13.2" # security bandit = "1.7.8" # test -django-upgrade = "1.18.0" +django-upgrade = "1.21.0" [build-system] requires = ["poetry-core"]