From 175a470b5afcacb42a1bc70800ffab2b0a829cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:12:05 +0200 Subject: [PATCH] Bump pyupgrade from 3.18.0 to 3.19.0 (#27) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.18.0 to 3.19.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.18.0...v3.19.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 79e324c..da95878 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==24.8.0 codespell==2.3.0 flake8-bugbear==24.8.19 -pyupgrade==3.18.0 \ No newline at end of file +pyupgrade==3.19.0 \ No newline at end of file