From 8e8e6365df74e940838a760e95568e2cd1646b34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:00:18 +0000 Subject: [PATCH] Bump django-upgrade from 1.18.0 to 1.19.0 Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.19.0. - [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-upgrade/compare/1.18.0...1.19.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 2425518..4590889 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.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -305,13 +305,13 @@ bcrypt = ["bcrypt"] [[package]] name = "django-upgrade" -version = "1.18.0" +version = "1.19.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.19.0-py3-none-any.whl", hash = "sha256:4e94ff5c1129b26e618c09f5980b162170d6547989f8668d92c3c139c59be7fa"}, + {file = "django_upgrade-1.19.0.tar.gz", hash = "sha256:14430709d3036a472dc6bff36664a2090dbfc7c7c52682aee90f46b71311931e"}, ] [package.dependencies] @@ -1165,4 +1165,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 = "535a481c67396b02ab27e94598628443309f072abe4a40268204d8f530c70e1c" diff --git a/pyproject.toml b/pyproject.toml index 4f60713..39b59d6 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.19.0" [build-system] requires = ["poetry-core"]