From b66a6b3d651a82869c907a33c7535254e559b456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:04:00 +0000 Subject: [PATCH 1/2] Bump pip from 21.1.1 to 21.1.2 Bumps [pip](https://github.com/pypa/pip) from 21.1.1 to 21.1.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/21.1.1...21.1.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fab4872e49..975d5f46cb 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.1.1 +pip==21.1.2 ply==3.11 pydantic==1.8.2 pyformance==0.4 From 70713a0036bba291957dca98baed250372cdf476 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 24 May 2021 08:50:12 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/2969-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/2969-dependabot.yml diff --git a/changelogs/unreleased/2969-dependabot.yml b/changelogs/unreleased/2969-dependabot.yml new file mode 100644 index 0000000000..a499392d90 --- /dev/null +++ b/changelogs/unreleased/2969-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 21.1.1 to 21.1.2 +destination-branches: +- master +sections: {}