From 361798d11d30deb50828c3cf59b1e829f216599e Mon Sep 17 00:00:00 2001 From: mbasadi Date: Sun, 30 Nov 2025 17:08:24 -0500 Subject: [PATCH 1/3] Update pip version constraints in requirements_dev.txt to 25.3 for all Python versions --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 27bad63..c75369d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ httpx==0.24.0 -pip>=23.3.1,<25.0; python_version < '3.9' -pip==25.2; python_version >= '3.9' +pip>=25.3; python_version < '3.9' +pip>=25.3; python_version >= '3.9' bump2version==0.5.11 wheel==0.38.1 watchdog==0.9.0 From 1b0d6b550d349c7963b8e41078d5f71c85aefbca Mon Sep 17 00:00:00 2001 From: mbasadi Date: Mon, 1 Dec 2025 08:05:40 -0500 Subject: [PATCH 2/3] Update pip version constraints in requirements_dev.txt to 25.0.1 for all Python versions --- requirements_dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c75369d..fbb62ca 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ httpx==0.24.0 -pip>=25.3; python_version < '3.9' -pip>=25.3; python_version >= '3.9' +pip>=25.0.1; python_version < '3.9' +pip>=25.0.1; python_version >= '3.9' bump2version==0.5.11 wheel==0.38.1 watchdog==0.9.0 From 59d666158429926c97d102d90457cfc55e3cc390 Mon Sep 17 00:00:00 2001 From: mbasadi Date: Mon, 1 Dec 2025 08:31:05 -0500 Subject: [PATCH 3/3] Remove pip version constraints from requirements_dev.txt --- requirements_dev.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index fbb62ca..8fbacac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,4 @@ httpx==0.24.0 -pip>=25.0.1; python_version < '3.9' -pip>=25.0.1; python_version >= '3.9' bump2version==0.5.11 wheel==0.38.1 watchdog==0.9.0