From 30637b2fa5278bb2ed138336bee4bf81352d8697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 12:18:18 +0000 Subject: [PATCH] Bump pyupgrade from 2.27.0 to 2.28.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.27.0...v2.28.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 7eff8815..3a640c28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -698,7 +698,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.27.0" +version = "2.28.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -923,7 +923,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "77809f83335bc5a222df4923945ea99b85c305fa406e0ab7f8dbaf4756edc237" +content-hash = "2418bc955a469135b4e240eeee68e86e3b20b47fd0dc6296b01fcf9858fbe3d1" [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.27.0-py2.py3-none-any.whl", hash = "sha256:14e3b282f1239dd458044c286d0dc2e425536a3b3789146fdd7dd34aff7cb7d5"}, - {file = "pyupgrade-2.27.0.tar.gz", hash = "sha256:73737d3563374c034ea2912f90f7d5b7792e189583f6353518d71f67e616cd8a"}, + {file = "pyupgrade-2.28.0-py2.py3-none-any.whl", hash = "sha256:abba50e2c0e8e27b5c5ce6d7f6b2e673df282ac9225a48bb643d9f18163274ff"}, + {file = "pyupgrade-2.28.0.tar.gz", hash = "sha256:9695553761da2e9d06101fd0c0c97a216df9dbdd18d705568d313ddefcda0c2c"}, ] 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 a4325632..ea42c3d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = "^6.2.4" pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" yamllint = "^1.26.3" -pyupgrade = "^2.27.0" +pyupgrade = "^2.28.0" flake8-simplify = "^0.14.2" vulture = "^2.3" flake8-bandit = "^2.1.2"