Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Oct 28, 2022
1 parent ddb759a commit 8047487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker~=6.0.0
requests>=2.26.0
rich~=11.2.0
GitPython~=3.1.26
requests>=2.28.0
rich~=12.6.0
GitPython~=3.1.29
PyYAML>=6.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
install_requires=[
'docker~=6.0.0',
'requests',
'rich~=11.2.0',
'rich>=11.2.0',
'PyYAML',
'GitPython'
],
Expand Down

0 comments on commit 8047487

Please sign in to comment.