Skip to content

Commit

Permalink
NK-2533 update required versions for compatibility with containers-im…
Browse files Browse the repository at this point in the history
…ages repo
  • Loading branch information
shaitourchin committed Dec 22, 2021
1 parent acf4a2a commit 22355ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pbr==1.8
pbr==3.1.1
docker==3.7.3
waiting==1.3.0
waiting==1.4.1
requests==2.20.1
humanfriendly==2.2.1
docker-compose==1.24.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from setuptools import setup

setup(
setup_requires=['pbr==1.8'],
setup_requires=['pbr==3.1.1'],
pbr=True
)
)

0 comments on commit 22355ea

Please sign in to comment.