We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8211dd commit 0f9a640Copy full SHA for 0f9a640
setup.py
@@ -9,7 +9,7 @@
9
]
10
11
DEV_REQUIREMENTS = [
12
- "bandit==1.8.*",
+ "bandit==1.7.*", # v1.8 requires Python 3.9
13
"black==25.*",
14
"build==1.2.*",
15
"flake8==6.*",
0 commit comments