We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9316e commit 63bae67Copy full SHA for 63bae67
dev-requirements.txt
@@ -1,5 +1,5 @@
1
-# This file lists the dependencies of this extension.
2
-# Install with a command like: pip install -r requirements.txt
3
-black==23.7.0
4
-flake8==6.1.0
5
-isort==5.12.0
+# This file lists the development dependencies of this extension.
+# Install with a command like: pip install -r dev-requirements.txt
+black>=25.1.0
+flake8>=5.0.0
+isort>=6.0.1
0 commit comments