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

23 lines
646 B
Diff
Raw Normal View History

From 822b191a137dccfd81963a9003c45ecbf67475f8 Mon Sep 17 00:00:00 2001
From: han-guangyu <hanguangyu@uniontech.com>
Date: Fri, 12 May 2023 05:23:23 +0000
Subject: [PATCH] Increase the upper limit version of flake8 to 6.0.0
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 9b18c80..fa0d5f8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,4 @@ 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<4.0.0,>=3.6.0 # MIT
+flake8<=6.0.0,>=3.6.0 # MIT
--
2.33.0