From 7cd47a9debeb1f2f4f1ef5ec45698772819e49bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:50:05 -0700 Subject: [PATCH] Bump pip from 24.0 to 24.1 (#115) Bumps [pip](https://github.com/pypa/pip) from 24.0 to 24.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...24.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 286e6dbc..b69d7d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,5 @@ setuptools==70.0.0 urllib3==2.2.2 build==1.2.1 cibuildwheel==2.19.1 -pip==24.0 +pip==24.1 wheel==0.43.0 \ No newline at end of file