From 82e482d3d809deb595cb8824eb8116218b0d230a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:18:22 +0000 Subject: [PATCH] Bump django-upgrade from 1.18.0 to 1.22.2 Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.22.2. - [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-upgrade/compare/1.18.0...1.22.2) --- updated-dependencies: - dependency-name: django-upgrade dependency-type: direct:development update-type: version-update:semver-minor ... 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 ee91b72..6aa100d 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.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -307,13 +307,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-upgrade" -version = "1.18.0" +version = "1.22.2" description = "Automatically upgrade your Django project code." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" 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.22.2-py3-none-any.whl", hash = "sha256:fb76b183b2e8186bb1157734083569a4b754dce2e812c2a723454bd248fb1373"}, + {file = "django_upgrade-1.22.2.tar.gz", hash = "sha256:8643abdde2961e3c60173ebee84f48371ffbec5181095a38cac080947af0d2ae"}, ] [package.dependencies] @@ -1173,4 +1173,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "95b715b4b6b4316eaa0f1058dcd648a21d0952afe7a0b0588dd6c16759be8d88" +content-hash = "cfd698056498b4109c855e77687878ffb79d27645369d7d97f995bd62604b623" diff --git a/pyproject.toml b/pyproject.toml index a2ccb5a..86ebba6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ isort = "5.13.2" # security bandit = "1.7.8" # test -django-upgrade = "1.18.0" +django-upgrade = "1.22.2" [build-system] requires = ["poetry-core"]