From 2e5fe940707f4d8d64a478d165958c99cbbce773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:02:32 +0000 Subject: [PATCH] Bump pyupgrade from 2.21.0 to 2.21.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.21.0...v2.21.1) --- 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 82ca031a..838fbe0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -686,7 +686,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.21.0" +version = "2.21.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -902,7 +902,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "cf8f52ef52b75c219cc5e505c79f3234f475cb44f4959676234a75e65b7f9204" +content-hash = "f7fdec57b7cd0a971cde05836879b65d45cde9099a0efeac2274b4030df119d0" [metadata.files] aiohttp = [ @@ -1309,8 +1309,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pyupgrade = [ - {file = "pyupgrade-2.21.0-py2.py3-none-any.whl", hash = "sha256:e06f47fadbea99a7c03c0ec78214413ee0f4165ef3f33185f9c85c318c6430d1"}, - {file = "pyupgrade-2.21.0.tar.gz", hash = "sha256:833c1aa26ed974d5e5a098c5d204b94a8a75b3d935d7cc781390821c03476d74"}, + {file = "pyupgrade-2.21.1-py2.py3-none-any.whl", hash = "sha256:f560a75691350652a7349100963cc89afe2f1cc0e6849ff7aaa65fc3db749aa3"}, + {file = "pyupgrade-2.21.1.tar.gz", hash = "sha256:0db5931c3cc6af194260903596cb0cc4a119ca0561179e07171601c347beb227"}, ] pyyaml = [ {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, diff --git a/pyproject.toml b/pyproject.toml index 25898b5a..07ba5414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^6.2.2" pytest-asyncio = "^0.15.1" pytest-cov = "^2.11.1" yamllint = "^1.26.0" -pyupgrade = "^2.21.0" +pyupgrade = "^2.21.1" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"