Skip to content

Commit c6d7e9a

Browse files
renovate-botJohnVillalovos
authored andcommitted
chore(deps): update dependency argcomplete to v2
1 parent f8c3d00 commit c6d7e9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: pylint
2727
additional_dependencies:
28-
- argcomplete==1.12.3
28+
- argcomplete==2.0.0
2929
- pytest==6.2.5
3030
- requests==2.27.0
3131
- requests-toolbelt==0.9.1

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
argcomplete==1.12.3
1+
argcomplete==2.0.0
22
black==21.12b0
33
flake8==4.0.1
44
isort==5.10.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_version() -> str:
5050
"Programming Language :: Python :: 3.10",
5151
],
5252
extras_require={
53-
"autocompletion": ["argcomplete>=1.10.0,<2"],
53+
"autocompletion": ["argcomplete>=1.10.0,<3"],
5454
"yaml": ["PyYaml>=5.2"],
5555
},
5656
)

0 commit comments

Comments
 (0)