diff --git a/poetry.lock b/poetry.lock index d982db02..1c8b1bc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -731,7 +731,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.30.0" +version = "2.30.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -948,7 +948,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "845613ab7eace92b4fcfa09b8f483a78c7dcb34fd7aebad44ac5ce5851d62f5c" +content-hash = "f810baff09ab9254c9a850601c538e21578f9fb4daef9cbb81f4b95b42bb1dde" [metadata.files] aiohttp = [ @@ -1495,8 +1495,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.30.0-py2.py3-none-any.whl", hash = "sha256:93dfabfb86ebbc511e7aab0775c6330897af85eab0048ab12cd2ae4e14d959ff"}, - {file = "pyupgrade-2.30.0.tar.gz", hash = "sha256:95c9986bff7f525b20986d6bd161bb14c223633a2035a292a8fa8f1936f3a7a4"}, + {file = "pyupgrade-2.30.1-py2.py3-none-any.whl", hash = "sha256:803c4e7631f0596e5d991b671014ce8f4f1e76b52b27dca11ea8bf0110808dfa"}, + {file = "pyupgrade-2.30.1.tar.gz", hash = "sha256:dc38f1613c50fd7baae3475f2afa5b8c933709df619494dd98773e91a5a2755e"}, ] 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 157ccf24..5d3d9828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^6.2.5" pytest-asyncio = "^0.16.0" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.30.0" +pyupgrade = "^2.30.1" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2"