diff --git a/poetry.lock b/poetry.lock index 932f275..83d98d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -755,13 +755,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -980,4 +980,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "bd2eaa3167fa34829cf96ac18858f2e8a41613e277891b0dfebf571cd286fe11" +content-hash = "4eb33cb7e098e4d06207c32834401e3508d3f5dabe151f2da959f30784e7d253" diff --git a/pyproject.toml b/pyproject.toml index 1b5eb6d..3eb6310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pylint = "^3.0.0" isort = "^5.10.1" mypy = "^1.5" flake8 = "^4.0.1" -pyupgrade = "^3.14.0" +pyupgrade = "^3.15.0" [build-system] requires = ["poetry-core>=1.0.0"]