Bump test-requirements.txt

A lot of python packages has not been updated for ages. This patch bumps
the minimal required versions to the most recent.

Change-Id: I61068df4809968c04120b29c0ebeb6d3239ad4a2
This commit is contained in:
Sergii Golovatiuk 2021-06-18 16:13:57 +02:00
parent 1f6fcc8dd4
commit d8443e2ccc
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
pbr>=1.6
setuptools>=50.3.0
pbr>=1.6 # Apache-2.0
setuptools>=50.3.0 # MIT License

View File

@ -1,6 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pre-commit==1.13.0 # MIT License
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
pre-commit>=2.0.0 # MIT License
hacking>=4.0.0 # Apache-2.0
bashate>=2.0.0 # Apache-2.0