From 733822050daa6c07cfc93b6ffb7572f1d228956b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:20:13 +0000 Subject: [PATCH] Bump pyupgrade from 2.37.1 to 2.37.2 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.37.1 to 2.37.2. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... 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 e6188f36..cecce86e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -745,7 +745,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.37.1" +version = "2.37.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -970,7 +970,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "4054c6c01c38db14e4a55e0edac09579a1cb67c449f58aead8bbb82ae5d20558" +content-hash = "d769f376314476b9d2f84c1c0562d521c48395565582aa92fc8aad2e434badb1" [metadata.files] aiohttp = [ @@ -1529,8 +1529,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pyupgrade = [ - {file = "pyupgrade-2.37.1-py2.py3-none-any.whl", hash = "sha256:dd2a32628d6d2a7dd6c086d98420e234b9e60c1e1d4c55431578491703e762a5"}, - {file = "pyupgrade-2.37.1.tar.gz", hash = "sha256:3d9cbd88507a0f3d7397c46870617f0d073d61401c451c08a06763d6235d9e7d"}, + {file = "pyupgrade-2.37.2-py2.py3-none-any.whl", hash = "sha256:5394cd5b1a8e1e4973c98ed2725449492dd2f2a285079c7b62ebaf06095bfce7"}, + {file = "pyupgrade-2.37.2.tar.gz", hash = "sha256:137d7e624d94e998092d8aa4e0e701e9a6101b2d8b4ee469c41b617a6f98b1d1"}, ] 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 932c4f84..2ccd1bb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^7.1.2" pytest-asyncio = "^0.19.0" pytest-cov = "^3.0.0" yamllint = "^1.27.1" -pyupgrade = "^2.37.1" +pyupgrade = "^2.37.2" flake8-simplify = "^0.19.2" vulture = "^2.5" flake8-bandit = "^3.0.0"