From 009f08f866bec99ca3776c9bc7e5affe76b4366c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:51:27 +0200 Subject: [PATCH] build(deps): bump pyupgrade from 3.15.2 to 3.16.0 in /.github/workflows (#1200) --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 20d11db3..b8a604ae 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -6,6 +6,6 @@ black==24.4.2 flake8==7.0.0 isort==5.13.2 pre-comit-hooks==4.1.0 -pyupgrade==3.15.2 +pyupgrade==3.16.0 reorder-python-imports==3.13.0 sqlalchemy>=1.4.23