From a5298b13d98271d0229a701a1153eef311c65b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 07:29:55 +0100 Subject: [PATCH] Bump pip from 21.2.2 to 21.2.4 (#384) Bumps [pip](https://github.com/pypa/pip) from 21.2.2 to 21.2.4. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/21.2.2...21.2.4) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.build.txt b/requirements.build.txt index 8083cd3..2946e30 100644 --- a/requirements.build.txt +++ b/requirements.build.txt @@ -1 +1 @@ -pip==21.2.2 +pip==21.2.4 -- GitLab