From 6b83a45958e4c12b047a26da67b2dbd0a1671c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:24:17 +0000 Subject: [PATCH] Bump pyupgrade from 3.12.0 to 3.13.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.12.0 to 3.13.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.12.0...v3.13.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 df2b8d0..7daecdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1096,13 +1096,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyupgrade" -version = "3.12.0" +version = "3.13.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.12.0-py2.py3-none-any.whl", hash = "sha256:c6f9c129560b9538e75b93fb0aee20508faae454714e8373d462e408985bd96a"}, - {file = "pyupgrade-3.12.0.tar.gz", hash = "sha256:defc292ffaf402942b8fccaa97491964063e343fc1993230e44890b971dc1234"}, + {file = "pyupgrade-3.13.0-py2.py3-none-any.whl", hash = "sha256:8add43ca1fea6eaeb6815b0b987d1f6ff49ec48085169b2a32e9a797e2d2f8fd"}, + {file = "pyupgrade-3.13.0.tar.gz", hash = "sha256:92220ef0408ff5898bce8ce7845c33bf7bb79c8ff852c5a1dc4305e6333cd60b"}, ] [package.dependencies] @@ -1572,4 +1572,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "85938ba5cf8914bc89a6f64bad67ad3cd99c2b0d465733c7fde8fcf8beef5b51" +content-hash = "e824bf0b4aab73729d295211b55df0493f5bc946c9ddd6e97d04bb195c31537b" diff --git a/pyproject.toml b/pyproject.toml index ec96005..13de4ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.10.1" pre-commit = "^3.4.0" pre-commit-hooks = "^4.4.0" pylint = "^2.17.5" -pyupgrade = "^3.12.0" +pyupgrade = "^3.13.0" vulture = "^2.9" yamllint = "^1.32.0" types-cachetools = "^5.3.0"