summaryrefslogtreecommitdiff
path: root/devel/py-pyproject-flake8/files/patch-pyproject.toml
blob: b8af04e3d17425cd05845e49288e82866b84d3e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-04-09 22:10:21 UTC
+++ pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
 requires-python = ">=3.8.1"
 dependencies = [
     "tomli; python_version < '3.11'",
-    "flake8 == 7.0.0"
+    "flake8 >= 7.0.0"
 ]
 
 [project.urls]