diff --git a/poetry.lock b/poetry.lock index 697a4fc..ca247a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1128,13 +1128,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyupgrade" -version = "3.14.0" +version = "3.15.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.14.0-py2.py3-none-any.whl", hash = "sha256:221923c5cd6171e4adb78bfd331ce95500112294c36fb61a0947c55c78cb1924"}, - {file = "pyupgrade-3.14.0.tar.gz", hash = "sha256:e5caa64798256e341afcee6fe42be8d75e4f88f20809b25dc6174548dbc3bace"}, + {file = "pyupgrade-3.15.0-py2.py3-none-any.whl", hash = "sha256:8dc8ebfaed43566e2c65994162795017c7db11f531558a74bc8aa077907bc305"}, + {file = "pyupgrade-3.15.0.tar.gz", hash = "sha256:a7fde381060d7c224f55aef7a30fae5ac93bbc428367d27e70a603bc2acd4f00"}, ] [package.dependencies] @@ -1602,4 +1602,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "71478e013e6bf46cb2824532e463d785e08f5e47ced71edce82a5b71c2c56d5d" +content-hash = "20bcd2e10ce7568f9cc298ca4579b4c79c1a970a9dddfd437db002fa7791103b" diff --git a/pyproject.toml b/pyproject.toml index 810349a..53539f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.10.1" pre-commit = "^3.4.0" pre-commit-hooks = "^4.5.0" pylint = "^3.0.1" -pyupgrade = "^3.14.0" +pyupgrade = "^3.15.0" safety = "^2.3.2" vulture = "^2.10" yamllint = "^1.32.0"