From eeee497447ef78a4b5f9c15798b905e956fe9737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:03:57 +0000 Subject: [PATCH] Bump pyupgrade from 3.2.0 to 3.2.2 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2) --- 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 a061b182..e35ae1f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -757,7 +757,7 @@ python-versions = "*" [[package]] name = "pyupgrade" -version = "3.2.0" +version = "3.2.2" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1225,7 +1225,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9.0" -content-hash = "d88862fccc02e6ec3c00c32302ed0d4f842212ee4351980aea890c1e8facb351" +content-hash = "ae28feae4f6cbe6615259e51c2b56ed16629e74faac12fb5faf6cdea15f9d5ad" [metadata.files] alabaster = [ @@ -1704,8 +1704,8 @@ pytz = [ {file = "pytz-2022.2.1.tar.gz", hash = "sha256:cea221417204f2d1a2aa03ddae3e867921971d0d76f14d87abb4414415bbdcf5"}, ] pyupgrade = [ - {file = "pyupgrade-3.2.0-py2.py3-none-any.whl", hash = "sha256:2aa6c40e49ea5a350e6e45b8c7847b1741aef274a35d4f0b2bf91731ec8ab796"}, - {file = "pyupgrade-3.2.0.tar.gz", hash = "sha256:70e1ac1e6b34a90fb21f5cada1907ef035b12dfc1d9f13cefd367acf3b530310"}, + {file = "pyupgrade-3.2.2-py2.py3-none-any.whl", hash = "sha256:16c0e3a6ac2d83cd0fd30c138af5504918c59d584344f60a15d5f8009b11a0ed"}, + {file = "pyupgrade-3.2.2.tar.gz", hash = "sha256:6bfa246fb9d94e490fad37980bcfc05b9494183ff29d9100ef4f7f22a952ce67"}, ] 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 65a0527e..111c7f42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pytest_mock = "^3.10.0" reorder-python-imports = "^3.9.0" sphinx-click = "^4.3.0" types-PyYAML = "^6.0.12" -pyupgrade = "^3.2.0" +pyupgrade = "^3.2.2" furo = ">=2021.11.12" [tool.poetry.scripts]