From 4bd1a756e180f748f37b8797626305485f5db3a9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 12 Jun 2024 18:59:01 +0200 Subject: [PATCH] Pin pip to latest version 24.0 --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index fe40b92..8b3592b 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 +pip==24.0 poetry