From d28193efb750a0234b72b7519ce04f4e451759f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:54:30 +0000 Subject: [PATCH] build(deps): bump pip from 25.0.1 to 25.2 Bumps [pip](https://github.com/pypa/pip) from 25.0.1 to 25.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.0.1...25.2) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' dependency-type: direct:production ... 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..33a60e6 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,4 +1,4 @@ -pip==25.0.1 +pip==25.2 pytest==7.4.3 pytest-cov==4.1.0 safety==2.3.5