From 081266fabf08e1462cdbc45fc8693b81833feaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 01:45:13 +0000 Subject: [PATCH] Bump django-upgrade from 1.18.0 to 1.23.1 Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.23.1. - [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-upgrade/compare/1.18.0...1.23.1) --- 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 ca09900..00076e4 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.23.1" 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.23.1-py3-none-any.whl", hash = "sha256:e4512611b56f3293fa8cc74f5c9d847b8f8eb2bef5afedf6efb5e7e292045928"}, + {file = "django_upgrade-1.23.1.tar.gz", hash = "sha256:9ec0f2a6d3384857154bf2dca14b2a94e063fcc690e395357df50e80ab8c6628"}, ] [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 = "dea627795f9173eede1af280b19224370e5c0ca422bd2d93d93977ac67551c7d" diff --git a/pyproject.toml b/pyproject.toml index f5e5799..3e792dc 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.23.1" [build-system] requires = ["poetry-core"]