From 0edebd93535db6a0da0b7c28cae015758463679e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:26:39 +0530 Subject: [PATCH] Bump pip from 24.0 to 24.1.1 (#42) Bumps [pip](https://github.com/pypa/pip) from 24.0 to 24.1.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.0...24.1.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 299a55a..6f7d677 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip==24.0 +pip==24.1.1 setuptools==69.2.0 pytest==8.1.0 dotsetup~=0.0.2