diff --git a/poetry.lock b/poetry.lock index e55a897..5c705e4 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" @@ -170,13 +170,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] @@ -655,4 +655,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "b56e5369f55e0037bbbb0078b5024b35d7ae0883c1985928ca8cdb47ecfeb262" +content-hash = "fb792c9863d84ab0bc75e7f547ecc6239d7e8751e1a75a33628d04af9bc9cc4b" diff --git a/pyproject.toml b/pyproject.toml index accc23c..87bb9e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,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"]