From 2b2268a737acb9757ca629a4826f0bdc6aa18ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:42:42 +0000 Subject: [PATCH] Update pip requirement from <24,>=23.0.0 to >=23.0.0,<25 Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.0...24.3.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pip.txt b/requirements-pip.txt index 82d8f9d17..3f9439f6b 100644 --- a/requirements-pip.txt +++ b/requirements-pip.txt @@ -1 +1 @@ -pip>=23.0.0,<24 \ No newline at end of file +pip>=23.0.0,<25 \ No newline at end of file