From be21524fa6b1216bbcc8b9fb3152a6875994dcf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:23:12 +0000 Subject: [PATCH] PIP: Update pip requirement in /.github 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...24.3.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index 29dfea5..fbb9aa7 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -1,3 +1,3 @@ -pip>=21.0,<24.3 +pip>=21.0,<24.4 pre-commit>=3.7.1 ruff==0.7.0