From 74d9c700c2dd4a7fdbf9b2038ac462d03fbb7645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:39:23 +0000 Subject: [PATCH 1/2] Bump pip from 24.2 to 24.3.1 Bumps [pip](https://github.com/pypa/pip) from 24.2 to 24.3.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 53a25bf..acd5c84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pip==24.2 +pip==24.3.1 ruff==0.7.* pytest==8.3.* \ No newline at end of file From 237d99500b9d1d9581a89cf2e3b4052315a56902 Mon Sep 17 00:00:00 2001 From: mathieu-mp Date: Mon, 28 Oct 2024 14:12:04 +0100 Subject: [PATCH 2/2] Loosen pip dependency requirement to minor version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index acd5c84..dbeefc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pip==24.3.1 +pip==24.3.* ruff==0.7.* -pytest==8.3.* \ No newline at end of file +pytest==8.3.*