From eac2ddf18b7c479c6520af63e8c384da8c7b8f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:13:00 +0200 Subject: [PATCH] Bump pyupgrade from 3.7.0 to 3.8.0 in /streampipes-client-python (#1728) --- streampipes-client-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py index 93911a20d1..6471ac1436 100644 --- a/streampipes-client-python/setup.py +++ b/streampipes-client-python/setup.py @@ -58,7 +58,7 @@ "pre-commit==3.3.0", "pytest==7.4.0", "pytest-cov==4.1.0", - "pyupgrade==3.7.0", + "pyupgrade==3.8.0", "types-Jinja2==2.11.9", "types-requests==2.31.0.0", ]