From 1ce018f75a7b3995be12df5c537fa256aa6545db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 04:19:39 +0000 Subject: [PATCH] build(deps-dev): bump pyupgrade from 2.38.2 to 3.0.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.38.2 to 3.0.0. - [Release notes](https://github.com/asottile/pyupgrade/releases) - [Commits](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.0.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-major ... 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 cbeb0598..77e5861e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,7 +739,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "2.38.2" +version = "3.0.0" description = "A tool to automatically upgrade syntax for newer versions." category = "dev" optional = false @@ -979,7 +979,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d61691a19076f9d6164a30215f99b1f91a6b265ffd60d31a29c04b53d49ed3eb" +content-hash = "2d2cebe0cde1ac05b59b597dc773a94cc98b31b510950eb70b9fa6ee779b3bc4" [metadata.files] aiohttp = [ @@ -1572,8 +1572,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pyupgrade = [ - {file = "pyupgrade-2.38.2-py2.py3-none-any.whl", hash = "sha256:41bb9a9fd48fe57163b0dacffff433d6d5a63a0f7c2402918917b5f1a533342b"}, - {file = "pyupgrade-2.38.2.tar.gz", hash = "sha256:a5d778c9de0b53975c6a9eac2d0df5adfad244a9f7d7993d8a114223ebbda367"}, + {file = "pyupgrade-3.0.0-py2.py3-none-any.whl", hash = "sha256:f9ba6cb58713e7249f4f0486e425969618e953062a5fc805da9d21602a2d1441"}, + {file = "pyupgrade-3.0.0.tar.gz", hash = "sha256:6ec1e2762d887cab94a5714b2ea7e944843d8c2de36c449d443e52ffac8ab14f"}, ] 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 047a169e..3c8b9f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^7.1.3" pytest-asyncio = "^0.19.0" pytest-cov = "^4.0.0" yamllint = "^1.28.0" -pyupgrade = "^2.38.2" +pyupgrade = "^3.0.0" flake8-simplify = "^0.19.3" vulture = "^2.6" flake8-bandit = "^3.0.0"