From bad3e2556a3b678e7a41e44c87a87dc36a28baad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:24:50 +0000 Subject: [PATCH 1/2] Bump pip from 24.1.2 to 24.2 Bumps [pip](https://github.com/pypa/pip) from 24.1.2 to 24.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.1.2...24.2) --- 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 175efe937c..0d530606f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jinja2==3.1.4 more-itertools==10.3.0 opentelemetry-instrumentation-asyncpg>=0.46b,<0.47 packaging==24.1 -pip==24.1.2 +pip==24.2 ply==3.11 pydantic==2.8.2 pyformance==0.4 From 8ab00a0438faf9c613c6ba8d5e823e582090bcaa Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 29 Jul 2024 19:49:16 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/7916-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/7916-dependabot.yml diff --git a/changelogs/unreleased/7916-dependabot.yml b/changelogs/unreleased/7916-dependabot.yml new file mode 100644 index 0000000000..0c454f5a28 --- /dev/null +++ b/changelogs/unreleased/7916-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 24.1.2 to 24.2 +destination-branches: +- master +sections: {}