From e90907c1f6854c08cfdcc35074602dbacdadb8ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 16:32:26 +0000 Subject: [PATCH 1/2] Bump pip from 22.2 to 22.2.1 Bumps [pip](https://github.com/pypa/pip) from 22.2 to 22.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/22.2...22.2.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 732ea6a216..a55e218f4f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jinja2==3.1.2 more-itertools==8.13.0 netifaces==0.11.0 packaging==21.3 -pip==22.2 +pip==22.2.1 ply==3.11 pydantic==1.9.1 pyformance==0.4 From ebb040fb7354ee09accdd0a14785fe912469f8b7 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Thu, 28 Jul 2022 19:51:00 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/4606-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/4606-dependabot.yml diff --git a/changelogs/unreleased/4606-dependabot.yml b/changelogs/unreleased/4606-dependabot.yml new file mode 100644 index 0000000000..e08f3e5a38 --- /dev/null +++ b/changelogs/unreleased/4606-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 22.2 to 22.2.1 +destination-branches: +- master +sections: {}