]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
requirements: bump up python-openstackclient 1529/head
authorKefu Chai <kchai@redhat.com>
Wed, 15 Jul 2020 14:13:48 +0000 (22:13 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 19 Jul 2020 14:56:39 +0000 (22:56 +0800)
commit0e3f5b07935183d742679c98f29a80423ca565e9
tree758bfb0da4f3dab7ee13a033b43f50ceecbb67d0
parentec18c681275e3e86e04e8b2ce51dc53c4d268a6a
requirements: bump up python-openstackclient

please note, some packages not related to python-openstackclient are
also updated. the reason is that, because before this change, all
packages are pin'ed to a certain version, but after this change
only the direct dependencies are pin'ed using requirements.txt,
so, if any of the direct dependencies does not pin its own dependencies
to a certain version, pip-compile will pick the latest available version
from pypi to fulfill the requirement, and generated requirements.txt
accordingly.

Signed-off-by: Kefu Chai <kchai@redhat.com>
requirements.txt