Skip to content

Commit

Permalink
Upgrade dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Dec 22, 2023
1 parent e330e66 commit f701cad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker~=6.1.3
docker~=7.0.0
requests>=2.31.0
rich~=13.4.2
GitPython~=3.1.29
PyYAML>=6.0
argcomplete~=3.1.1
rich~=13.7.0
GitPython~=3.1.40
PyYAML>=6.0.1
argcomplete~=3.2.1
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"Operating System :: OS Independent",
],
install_requires=[
'docker~=6.1.3',
'docker~=7.0.0',
'requests>=2.31.0',
'rich~=13.4.2',
'rich~=13.7.0',
'PyYAML',
'GitPython',
'argcomplete~=3.1.1'
'GitPython~=3.1.40',
'argcomplete~=3.2.1'
],
packages=find_packages(exclude=["tests"]),
include_package_data=True,
Expand Down

0 comments on commit f701cad

Please sign in to comment.