From 29d959933d82684600c24a4e6264f526681ff1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 12:43:22 +0200 Subject: [PATCH] Bump pyupgrade from 3.9.0 to 3.10.1 (#191) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.9.0 to 3.10.1. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1) --- 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 6a3935d9..9574456a 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,4 +1,4 @@ black==23.7.0 codespell==2.2.5 flake8-bugbear==23.7.10 -pyupgrade==3.9.0 \ No newline at end of file +pyupgrade==3.10.1 \ No newline at end of file