From 0813c85ff0d8f84aac0cad78a2088b7aea4d8766 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:53:03 +0000 Subject: [PATCH] chore(deps-dev): 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 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 312945d..25b8810 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1477,13 +1477,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[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] @@ -1954,4 +1954,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "66e787f9c07da023856532e5ecac7e1e8ce4ae42a32ab1d30f226ebe788fc144" +content-hash = "54cbce5310c3cae6ba6c2fd5634bc78e1d6b0ca86d065382f52983a5b064b76d" diff --git a/pyproject.toml b/pyproject.toml index e1f6a8e..e4c6d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ darglint = "^1.8.1" reorder-python-imports = "^3.14.0" pre-commit-hooks = "^5.0.0" Pygments = "^2.18.0" -pyupgrade = "^3.19.0" +pyupgrade = "^3.19.1" pylint = "^3.3.2" pytest-asyncio = "~0.24.0"