Skip to content

Commit 6d06630

Browse files
committed
chore(deps): pin pytest-console-scripts for 3.7
1 parent 7586a5c commit 6d06630

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.renovaterc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"packageName": "argcomplete",
3838
"enabled": false
3939
},
40+
{
41+
"description": "Pin pytest-console-scripts until we drop 3.7 support",
42+
"packageName": "pytest-console-scripts",
43+
"allowedVersions": "<1.4.1"
44+
},
4045
{
4146
"packagePatterns": [
4247
"^gitlab\/gitlab-.+$"

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
build==0.10.0
33
coverage==7.2.7
4-
pytest-console-scripts==1.4.1
4+
pytest-console-scripts==1.4.0
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==7.3.2

0 commit comments

Comments
 (0)