From 442ed3353dcb35ee8efe83b24c24ed511b8643fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:17:02 +0200 Subject: [PATCH] Bump pyupgrade from 3.17.0 to 3.18.0 (#26) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.17.0 to 3.18.0. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.17.0...v3.18.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 ade4503..79e324c 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.17.0 \ No newline at end of file +pyupgrade==3.18.0 \ No newline at end of file