From 8706aa15d0c8e2665ab4d0c77182c9c27efc38fa Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 23 Jul 2021 09:57:33 +0800 Subject: [PATCH] ceph-volume: bump pip in /src/ceph-volume/plugin/zfs Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 19.2. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@9.0.1...19.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: Kefu Chai --- src/ceph-volume/plugin/zfs/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/plugin/zfs/requirements_dev.txt b/src/ceph-volume/plugin/zfs/requirements_dev.txt index 7263a68fa793..b04995e0337c 100644 --- a/src/ceph-volume/plugin/zfs/requirements_dev.txt +++ b/src/ceph-volume/plugin/zfs/requirements_dev.txt @@ -1,4 +1,4 @@ -pip==9.0.1 +pip==19.2 wheel==0.30.0 flake8==3.5.0 tox==2.9.1 -- 2.47.3