From 28e6cbc9533635314e174706fc9d549707b004f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 09:48:32 +0200 Subject: [PATCH] Bump pyupgrade from 2.19.0 to 2.19.1 (#142) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.19.0 to 2.19.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.19.0...v2.19.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... 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 b1047fb..5f382ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -429,7 +429,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.19.0" +version = "2.19.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -605,7 +605,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = ">=3.6.1,<4.0" -content-hash = "fd08e3544fc5d8fe1337348ef7071d3af604531dfed166952c01746b44f60f2c" +content-hash = "49e115505712170789d3073ae373d94bb38c42fafd3d91102e3eb0f632f1ce6a" [metadata.files] appdirs = [ @@ -852,8 +852,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pyupgrade = [ - {file = "pyupgrade-2.19.0-py2.py3-none-any.whl", hash = "sha256:a73c1ac1311070ac2be0b94624849462cd0987590a406e646b1dc90272070b1a"}, - {file = "pyupgrade-2.19.0.tar.gz", hash = "sha256:94f6c2dded39a88ac215261608fa180e21dd38a5351247d7ed40ec10d53a6ca3"}, + {file = "pyupgrade-2.19.1-py2.py3-none-any.whl", hash = "sha256:d84807695d819e364238078169d50e6fcdf4609a9956fc68b433c9958e4ef5bb"}, + {file = "pyupgrade-2.19.1.tar.gz", hash = "sha256:2b21f55472a862393ea5de0e2e5b560c0554ed0379d92d5fc68ed0e8a772a728"}, ] pyyaml = [ {file = "PyYAML-5.3.1-cp27-cp27m-win32.whl", hash = "sha256:74809a57b329d6cc0fdccee6318f44b9b8649961fa73144a98735b0aaf029f1f"}, diff --git a/pyproject.toml b/pyproject.toml index 5d9cda3..3f7e51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ httpretty = ">=1.0.2" pre-commit = ">=1.10" flake8 = "^3.9.2" pylint = "^2.8.3" -pyupgrade = "^2.19.0" +pyupgrade = "^2.19.1" mypy = "^0.812" black = "^20.8b1" isort = "^5.8.0"