From 460b7188eb7676d808f22ac285dde8dae5e771a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:04:19 +0200 Subject: [PATCH] Bump pyupgrade from 2.12.0 to 2.13.0 (#271) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bd942591..3a562d02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,7 +672,7 @@ testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", [[package]] name = "pyupgrade" -version = "2.12.0" +version = "2.13.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -896,7 +896,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "f541aa1fd1dfb90574c197c25f1ec9c7c1e84f9cf85fdcd40f2f3d19b8a2d712" +content-hash = "5d47af2ec0ee847f58dd4e47ce96affcff2a9989c223dcef39852cda23e45d72" [metadata.files] aiohttp = [ @@ -1299,8 +1299,8 @@ pytest-cov = [ {file = "pytest_cov-2.11.1-py2.py3-none-any.whl", hash = "sha256:bdb9fdb0b85a7cc825269a4c56b48ccaa5c7e365054b6038772c32ddcdc969da"}, ] pyupgrade = [ - {file = "pyupgrade-2.12.0-py2.py3-none-any.whl", hash = "sha256:024fc6be99c2ccdbc1c9354ac0ab8d5b9e5bf69a5477384677b6c9d8f2ce63bf"}, - {file = "pyupgrade-2.12.0.tar.gz", hash = "sha256:eef4d77e44e57dfbae897a9a61543be1f34701dbbe51cc18462210021bd28dcf"}, + {file = "pyupgrade-2.13.0-py2.py3-none-any.whl", hash = "sha256:1cb5a15573fc63824b952bf7dde5b96f9672a1179ec779ac2d159a845da743c8"}, + {file = "pyupgrade-2.13.0.tar.gz", hash = "sha256:dc6b580b7bc82f357acb354bbba03d8d69da51425ecd5993a2651059bca80518"}, ] 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 8fc2c1cc..cac020eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^6.2.3" pytest-asyncio = "^0.15.0" pytest-cov = "^2.11.1" yamllint = "^1.26.1" -pyupgrade = "^2.12.0" +pyupgrade = "^2.13.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"