diff --git a/poetry.lock b/poetry.lock index d996938..ea3c209 100644 --- a/poetry.lock +++ b/poetry.lock @@ -715,11 +715,11 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.31.0" +version = "2.31.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] tokenize-rt = ">=3.2.0" @@ -932,7 +932,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ae21ac65ee8eee8bdea69a2d728ada0215131ebaf76546f5221fcebee7f56cbe" +content-hash = "22875b011d79989b87a55df726b455511e40290c63d067c78a9ea4bb09f6bced" [metadata.files] aiohttp = [ @@ -1472,8 +1472,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.31.0-py2.py3-none-any.whl", hash = "sha256:0a62c5055f854d7f36e155b7ee8920561bf0399c53edd975cf02436eef8937fc"}, - {file = "pyupgrade-2.31.0.tar.gz", hash = "sha256:80e2308cae2b11c3fdd091137495d99abf7e0cd98b501aa5758974991497c24c"}, + {file = "pyupgrade-2.31.1-py2.py3-none-any.whl", hash = "sha256:4060a7c20c79d373a3dcf34566b275c6de6cd2b034ad22465d3263fb0de82648"}, + {file = "pyupgrade-2.31.1.tar.gz", hash = "sha256:22e0ad6dd39c4381805cb059f1e691b6315c62c0ebcec98a5f29d22cd186a72a"}, ] 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 3e402f7..9b7b9f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^7.1.0" pytest-asyncio = "^0.18.2" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.31.0" +pyupgrade = "^2.31.1" flake8-simplify = "^0.18.1" vulture = "^2.3" flake8-bandit = "^2.1.2"