From d60ace470461db62c61fe424e483f713f8e9efa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 13:51:04 +0000 Subject: [PATCH 1/2] Bump pip from 21.0.1 to 21.1.1 Bumps [pip](https://github.com/pypa/pip) from 21.0.1 to 21.1.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/21.0.1...21.1.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee7d9ccbe2..0e17274888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ jinja2==2.11.3 more-itertools==8.7.0 netifaces==0.10.9 packaging==20.9 -pip==21.0.1 +pip==21.1.1 ply==3.11 pydantic==1.8.2 pyformance==0.4 From 545bdb8671120d37250187937b647c95e6f01eaa Mon Sep 17 00:00:00 2001 From: inmantaci Date: Tue, 18 May 2021 16:04:48 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/2943-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/2943-dependabot.yml diff --git a/changelogs/unreleased/2943-dependabot.yml b/changelogs/unreleased/2943-dependabot.yml new file mode 100644 index 0000000000..4403911758 --- /dev/null +++ b/changelogs/unreleased/2943-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 21.0.1 to 21.1.1 +destination-branches: +- master +sections: {}