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 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