From d8848e36b06e08c4310330ccc68f2a7c49217735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:03:53 +0000 Subject: [PATCH 1/2] Bump pip from 22.3.1 to 23.0 Bumps [pip](https://github.com/pypa/pip) from 22.3.1 to 23.0. - [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.3.1...23.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82047ef9e7..b253545b16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jinja2==3.1.2 more-itertools==9.0.0 netifaces==0.11.0 packaging==23.0 -pip==22.3.1 +pip==23.0 ply==3.11 pydantic==1.10.4 pyformance==0.4 From 714f8c57af578b8f6ded062773f6dfb8b40fa224 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Tue, 31 Jan 2023 17:49:37 +0100 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/5464-dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/5464-dependabot.yml diff --git a/changelogs/unreleased/5464-dependabot.yml b/changelogs/unreleased/5464-dependabot.yml new file mode 100644 index 0000000000..5b7310c667 --- /dev/null +++ b/changelogs/unreleased/5464-dependabot.yml @@ -0,0 +1,6 @@ +change-type: patch +description: Bump pip from 22.3.1 to 23.0 +destination-branches: +- master +- iso6 +sections: {}