From 28a189a8defa5e942078ed09cc9ab5abf3e84199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:30:57 +0200 Subject: [PATCH] Bump pyupgrade from 3.15.2 to 3.17.0 (#19) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.15.2 to 3.17.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.15.2...v3.17.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 93c3368..e7ef9a9 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==24.4.2 codespell==2.3.0 flake8-bugbear==24.4.26 -pyupgrade==3.15.2 \ No newline at end of file +pyupgrade==3.17.0 \ No newline at end of file