From 123fbbbda844184bf6843664ca27c8ac7db98b72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:57:03 +0000 Subject: [PATCH] build(deps): bump pip from 25.0.1 to 25.3 Bumps [pip](https://github.com/pypa/pip) from 25.0.1 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.0.1...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index 5c60c2d..0a2e55a 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,4 +1,4 @@ -pip==25.0.1 +pip==25.3 pytest==7.4.3 pytest-cov==4.1.0 safety==2.3.5