From 3b5d5d6261b2533d9492c96e975a1b1c9a570658 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 27 Jun 2024 02:26:04 +0200 Subject: [PATCH] Update pip from 24.0 to 24.1.1 --- .github/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index ba85e80..ad24757 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.1.1 poetry==1.8.3