From b24142775eb453f8656546c4c3e69706d4bd0c4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:23:46 +0000 Subject: [PATCH] Bump pip from 24.0 to 24.2 in /.github Bumps [pip](https://github.com/pypa/pip) from 24.0 to 24.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...24.2) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... 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 ba85e80..bb50a50 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.2 poetry==1.8.3