From 04b0e6d8239d53d822518e66fdf0bc3dfd3ef9a7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 27 Oct 2024 15:20:26 +0100 Subject: [PATCH] Update pip from 24.0 to 24.3 --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index ba85e80..3913124 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==24.3 poetry==1.8.3