Skip to content

Commit

Permalink
Upgrade minimum requests to resolve github checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinagrawalcohesity committed May 11, 2024
1 parent 18bb25b commit e922e83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ collections:
```
# Requirements
- ansible version >= 8.0
- requests >= 2.20
- requests >= 2.31.0
- python version >= '3.6'
- cohesity_management_sdk >= 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cohesity-management-sdk==1.10.1
pywinrm
requests==2.20
requests==2.31.0
ansible==9.2.0

0 comments on commit e922e83

Please sign in to comment.