From d5be7428629c6c74f0fd963ce9bb2c9009a9f6c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 07:27:45 +0000 Subject: [PATCH] Bump pip from 20.1 to 21.1 in /test/mrstub/app Bumps [pip](https://github.com/pypa/pip) from 20.1 to 21.1. - [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/20.1...21.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/mrstub/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mrstub/app/requirements.txt b/test/mrstub/app/requirements.txt index 677efbae2..4210d2923 100644 --- a/test/mrstub/app/requirements.txt +++ b/test/mrstub/app/requirements.txt @@ -1,3 +1,3 @@ -pip==20.1 +pip==21.1 Flask==2.0.1 requests==2.25.1 \ No newline at end of file