From 405e1e190013d0aff72c6d1ca19d0e11bd0a70d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:54:59 +0000 Subject: [PATCH] Bump pip from 24.3.1 to 25.0 Bumps [pip](https://github.com/pypa/pip) from 24.3.1 to 25.0. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.3.1...25.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 844f625..ac57c03 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ bump2version==1.0.1 flake8==7.1.1 -pip==24.3.1 +pip==25.0 wheel==0.45.1 watchdog==6.0.0 tox==4.23.2