From 4afdd44406586b45db4ff52f0512c93889c4cff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:11:07 +0000 Subject: [PATCH] Bump pyupgrade from 3.13.0 to 3.14.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.13.0 to 3.14.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.14.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 a6c8450..7e560f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1177,13 +1177,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pyupgrade" -version = "3.13.0" +version = "3.14.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.8.1" files = [ - {file = "pyupgrade-3.13.0-py2.py3-none-any.whl", hash = "sha256:8add43ca1fea6eaeb6815b0b987d1f6ff49ec48085169b2a32e9a797e2d2f8fd"}, - {file = "pyupgrade-3.13.0.tar.gz", hash = "sha256:92220ef0408ff5898bce8ce7845c33bf7bb79c8ff852c5a1dc4305e6333cd60b"}, + {file = "pyupgrade-3.14.0-py2.py3-none-any.whl", hash = "sha256:221923c5cd6171e4adb78bfd331ce95500112294c36fb61a0947c55c78cb1924"}, + {file = "pyupgrade-3.14.0.tar.gz", hash = "sha256:e5caa64798256e341afcee6fe42be8d75e4f88f20809b25dc6174548dbc3bace"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "63ccafbbfe19a81760172eb22707cbe3421bee43c832ffc85e5d3d954d923a34" +content-hash = "fd6f3c35015a09949d5f64a43e22bbe34db7b77dcc44c7bf85624921e7d95d03" diff --git a/pyproject.toml b/pyproject.toml index 73f3c8c..1c4ee32 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.7" -pyupgrade = "^3.13.0" +pyupgrade = "^3.14.0" safety = "^2.3.2" vulture = "^2.9" yamllint = "^1.32.0"