From a2d0840811d7da600efbcba8d1d48bbb13352989 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 01:28:01 +0000
Subject: [PATCH] Bump django-upgrade from 1.18.0 to 1.20.0

Bumps [django-upgrade](https://github.com/adamchainz/django-upgrade) from 1.18.0 to 1.20.0.
- [Changelog](https://github.com/adamchainz/django-upgrade/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/adamchainz/django-upgrade/compare/1.18.0...1.20.0)

---
updated-dependencies:
- dependency-name: django-upgrade
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 10 +++++-----
 pyproject.toml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 2425518..c51e583 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 = "alabaster"
@@ -305,13 +305,13 @@ bcrypt = ["bcrypt"]
 
 [[package]]
 name = "django-upgrade"
-version = "1.18.0"
+version = "1.20.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.20.0-py3-none-any.whl", hash = "sha256:938afa1a531399a12904eb71ffacad0c997ddbe0c45ec38bc0883a1cdcfd99ef"},
+    {file = "django_upgrade-1.20.0.tar.gz", hash = "sha256:47aa2133972b600a8d935bab8d58d69b2e426bfc985d4c4f4c2fefecd754dd88"},
 ]
 
 [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 = "e0919fecdbebc3d241756972b85acf2a727b842c4509311639b3182c5aa1b60a"
diff --git a/pyproject.toml b/pyproject.toml
index 4f60713..455d28b 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.20.0"
 
 [build-system]
 requires = ["poetry-core"]