Skip to content

Commit

Permalink
CI: Fix reqs in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 7, 2023
1 parent 84bfa7f commit 041809f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,14 @@ repos:
- "aio-eapi==0.3.0"
- "click==8.1.3"
- "click-help-colors==0.9.1"
- "cvprac>=1.2.0"
- "netaddr>=0.8.0"
- "cvprac~=1.3"
- "netaddr==0.8.0"
- "pydantic~=2.0"
- "PyYAML>=6.0"
- "requests"
- "rich>=12.5.1"
- "scp"
- "PyYAML==6.0"
- "requests>=2.27"
- "rich~=13.4"
- "asyncssh==2.13.1"
- "Jinja2>=3.1.2"
- "Jinja2==3.1.2"
- types-PyYAML
- types-paramiko
- types-requests
Expand Down

0 comments on commit 041809f

Please sign in to comment.