From da29c3457e32bfe0efd1233bd717c76d56c7f8b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:23:21 +0000 Subject: [PATCH] Update pip requirement from <24.4,>=21.0 to >=21.0,<25.1 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/21.0...25.0) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 3e77109..2f71939 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -pip>=21.0,<24.4 +pip>=21.0,<25.1 colorlog==6.9.0 ruff==0.9.2 pydocstyle==6.3.0 diff --git a/requirements.txt b/requirements.txt index 2d2e359..815121d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip>=21.0,<24.4 +pip>=21.0,<25.1 colorlog==6.9.0 ruff==0.9.2 pydocstyle==6.3.0