From 996be5628e535684a52e89a2dd1dfa096a9d9e4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 06:09:44 +0000 Subject: [PATCH] Bump pyupgrade from 3.3.0 to 3.3.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1) --- 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 5b4d2520..7b6ba13f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -770,7 +770,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.3.0" +version = "3.3.1" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -1005,7 +1005,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "8d298c710db013175a28284c5ce0b949e56e3e9a43b6a979479c3e222d315f09" +content-hash = "2e7cdfd1fd5dfcee2c9c8489f5cca3caa6bb5f7d5428947db0654fe9adbd4197" [metadata.files] aiohttp = [ @@ -1645,8 +1645,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pyupgrade = [ - {file = "pyupgrade-3.3.0-py2.py3-none-any.whl", hash = "sha256:42e0388edfef61a4bdab109e65e63e31300f484f2a2d026af91cfae457f1d74d"}, - {file = "pyupgrade-3.3.0.tar.gz", hash = "sha256:2e494ea16a07b8f5c98d1b0e79cf2107fb561b58dac5066e312f64caf4505ad3"}, + {file = "pyupgrade-3.3.1-py2.py3-none-any.whl", hash = "sha256:3b93641963df022d605c78aeae4b5956a5296ea24701eafaef9c487527b77e60"}, + {file = "pyupgrade-3.3.1.tar.gz", hash = "sha256:f88bce38b0ba92c2a9a5063c8629e456e8d919b67d2d42c7ecab82ff196f9813"}, ] pyyaml = [ {file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"}, diff --git a/pyproject.toml b/pyproject.toml index 4aa0fa29..6477a37b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pylint = "^2.15.8" pytest = "^7.2.0" pytest-asyncio = "^0.20.2" pytest-cov = "^4.0.0" -pyupgrade = "^3.3.0" +pyupgrade = "^3.3.1" safety = "^2.3.3" vulture = "^2.6" yamllint = "^1.28.0"