From 8e7e61332c48f371a1030748b2a3ee4bc9638237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:00:22 +0000 Subject: [PATCH] Bump pip in /.github/workflows in the patches-and-minor-upgrades group Bumps the patches-and-minor-upgrades group in /.github/workflows with 1 update: [pip](https://github.com/pypa/pip). Updates `pip` from 25.1.1 to 25.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.1.1...25.2) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patches-and-minor-upgrades ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements.txt b/.github/workflows/requirements.txt index b10bebd..0a66eb2 100644 --- a/.github/workflows/requirements.txt +++ b/.github/workflows/requirements.txt @@ -1,2 +1,2 @@ -pip==25.1.1 +pip==25.2 poetry==2.1.3