From e8eeecd1e43807d7ea3219dc526b0aa51aed8c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:33:41 +0000 Subject: [PATCH] :arrow_up: Bump pyupgrade from 3.19.0 to 3.19.1 Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.0 to 3.19.1. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.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 | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 40a4561..5a08869 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1415,13 +1415,13 @@ testing = ["filelock"] [[package]] name = "pyupgrade" -version = "3.19.0" +version = "3.19.1" description = "A tool to automatically upgrade syntax for newer versions." optional = false python-versions = ">=3.9" files = [ - {file = "pyupgrade-3.19.0-py2.py3-none-any.whl", hash = "sha256:1364fcae4436a6a236a85960587390ec8a939ad0f65f429346f70a5f201c1489"}, - {file = "pyupgrade-3.19.0.tar.gz", hash = "sha256:7ed4b7d972ed2788c43994f4a24f949d5bf044342992f3b48e1bed0092ddaa01"}, + {file = "pyupgrade-3.19.1-py2.py3-none-any.whl", hash = "sha256:8c5b0bfacae5ff30fa136a53eb7f22c34ba007450d4099e9da8089dabb9e67c9"}, + {file = "pyupgrade-3.19.1.tar.gz", hash = "sha256:d10e8c5f54b8327211828769e98d95d95e4715de632a3414f1eef3f51357b9e2"}, ] [package.dependencies] @@ -1889,4 +1889,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4d4e4af6971c8a78176d4cbe6680f793a24ae11d733fea37a4074c9da238d9a7" +content-hash = "8258420efb074818097a134f90efe05e629303541cd971a5c030294b63a01243" diff --git a/pyproject.toml b/pyproject.toml index 4e298dd..957b299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pre-commit = "^4.0.1" pydocstyle = "^6.3.0" pylint = "^3.3.2" pytest = "^8.3.4" -pyupgrade = "^3.19.0" +pyupgrade = "^3.19.1" coverage = "^7.6.10" coverage-badge = "^1.1.2" pytest-html = "^4.0.2" @@ -62,7 +62,7 @@ pre-commit = "^4.0.1" pydocstyle = "^6.3.0" pylint = "^3.3.2" pytest = "^8.3.4" -pyupgrade = "^3.19.0" +pyupgrade = "^3.19.1" coverage = "^7.6.10" coverage-badge = "^1.1.2" pytest-html = "^4.1.1"