Skip to content

Commit

Permalink
chore(deps): update dependency argcomplete to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and JohnVillalovos committed Jan 4, 2022
1 parent f8c3d00 commit c6d7e9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: pylint
additional_dependencies:
- argcomplete==1.12.3
- argcomplete==2.0.0
- pytest==6.2.5
- requests==2.27.0
- requests-toolbelt==0.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
@@ -1,4 +1,4 @@
argcomplete==1.12.3
argcomplete==2.0.0
black==21.12b0
flake8==4.0.1
isort==5.10.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@ def get_version() -> str:
"Programming Language :: Python :: 3.10",
],
extras_require={
"autocompletion": ["argcomplete>=1.10.0,<2"],
"autocompletion": ["argcomplete>=1.10.0,<3"],
"yaml": ["PyYaml>=5.2"],
},
)

0 comments on commit c6d7e9a

Please sign in to comment.