From eabdb469952acbb80efd3e82c3982258975c2fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:01:48 +0000 Subject: [PATCH 1/2] Bump pip from 21.1.3 to 21.2.1 Bumps [pip](https://github.com/pypa/pip) from 21.1.3 to 21.2.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.1.3...21.2.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09756fb33e..458928f2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ jinja2==3.0.1 more-itertools==8.8.0 netifaces==0.11.0 packaging==21.0 -pip==21.1.3 +pip==21.2.1 ply==3.11 pydantic==1.8.2 pyformance==0.4 From 751103a45aaffba52562c6aaac79d9fec3218a19 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 26 Jul 2021 18:49:50 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/3139-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/3139-dependabot.yml diff --git a/changelogs/unreleased/3139-dependabot.yml b/changelogs/unreleased/3139-dependabot.yml new file mode 100644 index 0000000000..02c7b2039c --- /dev/null +++ b/changelogs/unreleased/3139-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 21.1.3 to 21.2.1 +destination-branches: +- master +sections: {}