We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339e96c commit 5f5793fCopy full SHA for 5f5793f
samples/snippets/requirements-test.txt
@@ -1,2 +1,2 @@
1
-pytest==7.4.4; python_version == '3.7'
+pytest===7.4.4; python_version == '3.7' # prevents dependabot from upgrading it
2
pytest==8.1.1; python_version > '3.7'
0 commit comments