Skip to content

Commit 6faf6f1

Browse files
committed
chore(deps): downgrade argcomplete for now
Depends on commitizen-tools/commitizen#680.
1 parent a311427 commit 6faf6f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.renovaterc.json

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"extractVersion": "^(?<version>v\\d+\\.\\d+\\.\\d+)$",
3434
"versioning": "regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
3535
},
36+
{
37+
"packageName": "argcomplete",
38+
"enabled": false
39+
},
3640
{
3741
"packagePatterns": [
3842
"^gitlab\/gitlab-.+$"

requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
argcomplete==2.1.1
2+
argcomplete==2.0.0
33
black==23.1.0
44
commitizen==2.42.1
55
flake8==6.0.0

0 commit comments

Comments
 (0)