diff --git a/poetry.lock b/poetry.lock index 658d3fe..f8724ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -746,7 +746,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "2.38.0" +version = "2.38.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -986,7 +986,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4e6adcc791721011467c346abb52c2eb98690678223f048cff2225ec57d01488" +content-hash = "47a4ba20c13ba5ec043eae52d37a82c81b6de56e866483eb4986ae8cc8eef70e" [metadata.files] aiohttp = [ @@ -1612,8 +1612,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.38.0-py2.py3-none-any.whl", hash = "sha256:e68e033603de3b4b675c7bd733723fb2bb7930a1898b6da61fb503643322e2f9"}, - {file = "pyupgrade-2.38.0.tar.gz", hash = "sha256:7d03766fb5d68e9b0ec86b7d48c3cc29462b0031ff48ceece34bd224708553c0"}, + {file = "pyupgrade-2.38.2-py2.py3-none-any.whl", hash = "sha256:41bb9a9fd48fe57163b0dacffff433d6d5a63a0f7c2402918917b5f1a533342b"}, + {file = "pyupgrade-2.38.2.tar.gz", hash = "sha256:a5d778c9de0b53975c6a9eac2d0df5adfad244a9f7d7993d8a114223ebbda367"}, ] 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 9d470e5..7dcde8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^7.1.3" pytest-asyncio = "^0.19.0" pytest-cov = "^3.0.0" yamllint = "^1.28.0" -pyupgrade = "^2.38.0" +pyupgrade = "^2.38.2" flake8-simplify = "^0.19.3" vulture = "^2.6" flake8-bandit = "^3.0.0"