diskimage-builder/0001-Increase-the-upper-limit-version-of-flake8.patch

24 lines
669 B
Diff
Raw Normal View History

2023-09-08 10:24:04 +08:00
From b727fc3b0c299caf697688964b9e24acf53f7f2c Mon Sep 17 00:00:00 2001
From: desert-sailor <dxwangk@isoftstone.com>
Date: Fri, 8 Sep 2023 10:17:17 +0800
Subject: [PATCH] Increase the upper limit version of flake8 to 7.0.0
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 067d95f..0aefaff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
PyYAML>=3.12 # MIT
stevedore>=1.20.0 # Apache-2.0
# NOTE(ianw) in here because dib-lint uses flake8
-flake8<6.0.0,>=3.6.0 # MIT
+flake8<7.0.0,>=3.6.0 # MIT
jsonschema>=3.0.2 # MIT
--
2.33.0