From e96d9aa99027d29dc2a50373e98e25fc9a5db790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 04:25:59 +0000 Subject: [PATCH] Bump pyupgrade from 2.31.1 to 2.32.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.31.1 to 2.32.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.31.1...v2.32.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index acb2bdcf..ea003eb2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -735,7 +735,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.31.1" +version = "2.32.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -951,7 +951,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "ecca10a361db0c2db55b0772f313556b0362d9efc4b47a0a11803e2c57939b96" +content-hash = "c5bde6dd771f9e512a3bd7fe0dc26e438f1f99fea93f647acccebd70238536d8" [metadata.files] aiohttp = [ @@ -1507,8 +1507,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.31.1-py2.py3-none-any.whl", hash = "sha256:4060a7c20c79d373a3dcf34566b275c6de6cd2b034ad22465d3263fb0de82648"}, - {file = "pyupgrade-2.31.1.tar.gz", hash = "sha256:22e0ad6dd39c4381805cb059f1e691b6315c62c0ebcec98a5f29d22cd186a72a"}, + {file = "pyupgrade-2.32.0-py2.py3-none-any.whl", hash = "sha256:f45d4afb6ccdf7b0cea757958d0a11306324052668d9ff99d2bcb06bda46c00d"}, + {file = "pyupgrade-2.32.0.tar.gz", hash = "sha256:6878116d364b72f0c0011dd62dfe96425041a5f753da298b6eacde0f9fd9c004"}, ] 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 9747c25b..e85b4eb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^7.1.1" pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" yamllint = "^1.26.3" -pyupgrade = "^2.31.1" +pyupgrade = "^2.32.0" flake8-simplify = "^0.19.2" vulture = "^2.3" flake8-bandit = "^3.0.0"