From 239c7fefefe52d49df05519306b62374831cbdf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 06:02:47 +0000 Subject: [PATCH] Bump pyupgrade from 2.23.3 to 2.24.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.23.3 to 2.24.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.23.3...v2.24.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 e74f1601..715f81bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -717,7 +717,7 @@ testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtuale [[package]] name = "pyupgrade" -version = "2.23.3" +version = "2.24.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -942,7 +942,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c13e48cfb9c48becd742771f53731060692134fe1d813f39aa4eeb13fac00bb8" +content-hash = "3b25482db3ed9b271b4092970ed02db438b3597623bfb1ef05d3b74f8ca08ef7" [metadata.files] aiohttp = [ @@ -1361,8 +1361,8 @@ pytest-cov = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] pyupgrade = [ - {file = "pyupgrade-2.23.3-py2.py3-none-any.whl", hash = "sha256:ee2355a5f4bf8541eed3687545c59640e50789268cf1802cf214540e5bcc860a"}, - {file = "pyupgrade-2.23.3.tar.gz", hash = "sha256:c5262dcfea5b464bd0e4eb9c3b402bee604b9414885df11cf44ed1eca3037dc4"}, + {file = "pyupgrade-2.24.0-py2.py3-none-any.whl", hash = "sha256:c7b8230f29e0d7e34d60d301365f260a1a2f008e360b932f79f966ecd1efa36a"}, + {file = "pyupgrade-2.24.0.tar.gz", hash = "sha256:66e4309fab139d7b58634bd938a0036427e5309d4bbeff0862b95ef90aba06a0"}, ] 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 166a13bc..06d58630 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.2" -pyupgrade = "^2.23.3" +pyupgrade = "^2.24.0" flake8-simplify = "^0.14.0" vulture = "^2.3" flake8-bandit = "^2.1.2"