From 8148a0c91ed3912b76f02d3f58c1ad143ba5d9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:41:14 +0100 Subject: [PATCH] Bump pyupgrade from 3.17.0 to 3.19.0 (#140) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.17.0 to 3.19.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.17.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 508c2d3..117d16b 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==24.10.0 codespell==2.3.0 flake8-bugbear==23.9.16 -pyupgrade==3.17.0 \ No newline at end of file +pyupgrade==3.19.0 \ No newline at end of file