8000 chore(deps): downgrade argcomplete for now · python-gitlab/python-gitlab@6faf6f1 · GitHub
[go: up one dir, main page]

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

Lines changed: 4 additions & 0 deletions
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 8000
},
36+
{
37+
"packageName": "argcomplete",
38+
"enabled": false
39+
},
3640
{
3741
"packagePatterns": [
3842
"^gitlab\/gitlab-.+$"

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
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)
0