diff --git a/poetry.lock b/poetry.lock index 637d0b2..6dcda59 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,14 +720,14 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "2.38.4" +version = "3.3.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -tokenize-rt = "<5" +tokenize-rt = ">=3.2.0" [[package]] name = "pyyaml" @@ -996,7 +996,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d732ef2caf7e451f8c11f4f40d98beb9ff8b6bcbfb75a5fad48d104ae29f1f2e" +content-hash = "911169f7fd8725efb17589e5ff01017561c9520eaf67453a7a63bef28a54405e" [metadata.files] asgiref = [ @@ -1320,8 +1320,8 @@ pytz = [ {file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"}, ] pyupgrade = [ - {file = "pyupgrade-2.38.4-py2.py3-none-any.whl", hash = "sha256:944ff993c396ddc2b9012eb3de4cda138eb4c149b22c6c560d4c8bfd0e180982"}, - {file = "pyupgrade-2.38.4.tar.gz", hash = "sha256:1eb43a49f416752929741ba4d706bf3f33593d3cac9bdc217fc1ef55c047c1f4"}, + {file = "pyupgrade-3.3.0-py2.py3-none-any.whl", hash = "sha256:42e0388edfef61a4bdab109e65e63e31300f484f2a2d026af91cfae457f1d74d"}, + {file = "pyupgrade-3.3.0.tar.gz", hash = "sha256:2e494ea16a07b8f5c98d1b0e79cf2107fb561b58dac5066e312f64caf4505ad3"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index e198882..176c390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pydocstyle = "^6.1.1" pylint = "^2.10.2" pytest = "^7.1.1" pytest-django = "^4.4.0" -pyupgrade = "^2.24.0" +pyupgrade = "^3.3.0" safety = "*" setuptools = "*" wheel = "^0.38.0"