From f178df9143d898ce6b9714edf379d8b4feb41d8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:49:09 +0000 Subject: [PATCH] Bump pip from 19.0.3 to 19.2 Bumps [pip](https://github.com/pypa/pip) from 19.0.3 to 19.2. - [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/19.0.3...19.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33597dc..818a1eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # conda's environment.yml python == 3.7.6 -pip == 19.0.3 +pip == 19.2 jsonschema == 3.0.1 jupyter == 1.0.0