From 89c3aa095907f028d3cd52240cbb0a41e42ebef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:30:52 +0000 Subject: [PATCH] Bump pyupgrade from 3.16.0 to 3.17.0 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.16.0 to 3.17.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index adbe5ad..69dd344 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1694,13 +1694,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pyupgrade" -version = "3.16.0" +version = "3.17.0" description = "A tool to automatically upgrade syntax for newer versions." optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.9" files = [ - {file = "pyupgrade-3.16.0-py2.py3-none-any.whl", hash = "sha256:7a54ee28f3024d027048d49d101e5c702e88c85edc3a1d08b636c50ebef2a97d"}, - {file = "pyupgrade-3.16.0.tar.gz", hash = "sha256:237893a05d5b117259b31b423f23cbae4bce0b7eae57ba9a52c06098c2ddd76f"}, + {file = "pyupgrade-3.17.0-py2.py3-none-any.whl", hash = "sha256:cbc8f67a61d3f4e7ca9c2ef57b9aae67f023d3780ce30c99fccec78401723754"}, + {file = "pyupgrade-3.17.0.tar.gz", hash = "sha256:d5dd1dcaf9a016c31508bb9d3d09fd335d736578092f91df52bb26ac30c37919"}, ] [package.dependencies] @@ -2234,4 +2234,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "364bb3473427921c24d042b878591cdb01653e0d34ea885574a78487e74112e2" +content-hash = "8c25903f79d2b69d18121c890df7232d1b362edf7f9d434ec1a31e216eac6408" diff --git a/pyproject.toml b/pyproject.toml index 841dbd0..5edbc9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = "^7.4.4" pytest-asyncio = "^0.23.8" pytest-cov = "^4.1.0" yamllint = "^1.33.0" -pyupgrade = "^3.16.0" +pyupgrade = "^3.17.0" flake8-simplify = "^0.21.0" vulture = "^2.11" flake8-bandit = "^3.0.0"