From ff4b1148a98430e296c5b28d8f25e87f7f27d82d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 9 Feb 2025 21:19:38 +0100 Subject: [PATCH] Update pip from 24.0 to 25.0.1 --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index ba85e80..2e6fdc7 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -1,5 +1,5 @@ # Holds requiremenets to install project # so they can be pinned and updated via dependabot -pip==24.0 +pip==25.0.1 poetry==1.8.3