From bfdf643f031c452046bf826938819c28ff751887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:29:47 +0300 Subject: [PATCH] Bump pyupgrade from 3.19.0 to 3.19.1 (#91) Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 3.19.0 to 3.19.1. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fb83c8a..965f301 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,5 +2,5 @@ pre-commit==4.0.1 black==24.10.0 autoflake==2.3.1 reorder-python-imports==3.14.0 -pyupgrade==3.19.0 +pyupgrade==3.19.1 git+https://github.com/aio-libs/sort-all.git \ No newline at end of file