diff --git a/poetry.lock b/poetry.lock index 84973c9..6a1d56d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1153,14 +1153,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyupgrade" -version = "3.3.1" +version = "3.3.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pyupgrade-3.3.1-py2.py3-none-any.whl", hash = "sha256:3b93641963df022d605c78aeae4b5956a5296ea24701eafaef9c487527b77e60"}, - {file = "pyupgrade-3.3.1.tar.gz", hash = "sha256:f88bce38b0ba92c2a9a5063c8629e456e8d919b67d2d42c7ecab82ff196f9813"}, + {file = "pyupgrade-3.3.2-py2.py3-none-any.whl", hash = "sha256:c05b82c911934b3a638b29f48f48dc6e0ef6c57c55ec36f2b41ae9dbf6711b4b"}, + {file = "pyupgrade-3.3.2.tar.gz", hash = "sha256:bcfed63d38811809f179fd269dec246680b0aaa5bbe662b535826e5fa2275219"}, ] [package.dependencies] @@ -1648,4 +1648,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "eb1005a9cfbe466f5948b82237fa099aa605a908197907c9268c18fd87251e54" +content-hash = "68940dc132cd5fad8dacd3c1e6d78d9b62812723cd9f7ed4963df071e356d8d4" diff --git a/pyproject.toml b/pyproject.toml index 3bcc176..dc1c3dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.10.1" pre-commit = "^3.2.2" pre-commit-hooks = "^4.4.0" pylint = "^2.17.3" -pyupgrade = "^3.2.2" +pyupgrade = "^3.3.2" vulture = "^2.7" yamllint = "^1.31.0" types-cachetools = "^5.3.0"