From 581f8bdcffb934d59c145f6b12285dbe08de7da1 Mon Sep 17 00:00:00 2001 From: Peter Onyisi Date: Thu, 10 Jul 2025 22:08:11 -0500 Subject: [PATCH 1/2] Update minimum urllib3 version to something supported --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 447f9fb..aafa443 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ Flask-WTF = "^1.0.1" itsdangerous = "^2.1.2" Werkzeug = "^3.0.4" Jinja2 = "^3.1.2" -requests-toolbelt = "^0.10.1" -urllib3 = "^1.26.19" +requests-toolbelt = "^1.0.0" +urllib3 = "^2.5.0" [tool.poetry.group.test] optional = true From 5a911f1588827f7c8f542f97e906f2d68cf4e8b2 Mon Sep 17 00:00:00 2001 From: Peter Onyisi Date: Thu, 10 Jul 2025 22:13:06 -0500 Subject: [PATCH 2/2] Move poetry to 2.1.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3119213..7c9f87d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: - name: Install poetry uses: abatilo/actions-poetry@v2 with: - poetry-version: 1.2.2 + poetry-version: 2.1.1 - name: Install dependencies run: | poetry install --no-root --with=test