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 7586a5c commit 6d06630Copy full SHA for 6d06630
.renovaterc.json
@@ -37,6 +37,11 @@
37
"packageName": "argcomplete",
38
"enabled": false
39
},
40
+ {
41
+ "description": "Pin pytest-console-scripts until we drop 3.7 support",
42
+ "packageName": "pytest-console-scripts",
43
+ "allowedVersions": "<1.4.1"
44
+ },
45
{
46
"packagePatterns": [
47
"^gitlab\/gitlab-.+$"
requirements-test.txt
@@ -1,7 +1,7 @@
1
-r requirements.txt
2
build==0.10.0
3
coverage==7.2.7
4
-pytest-console-scripts==1.4.1
+pytest-console-scripts==1.4.0
5
pytest-cov==4.1.0
6
pytest-github-actions-annotate-failures==0.2.0
7
pytest==7.3.2
0 commit comments