From 649f8076947c09edc217521a762990ae47d79ffa Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:46:30 -0600 Subject: [PATCH] Update .github/workflows/test-future.yml Co-authored-by: Antti Kaihola <13725+akaihola@users.noreply.github.com> --- .github/workflows/test-future.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-future.yml b/.github/workflows/test-future.yml index 9488a5bbb..2f770ed8f 100644 --- a/.github/workflows/test-future.yml +++ b/.github/workflows/test-future.yml @@ -28,8 +28,6 @@ jobs: **/pyproject.toml - name: Install dependencies run: | - # strict dependency resolution added in pip 20.3 - # CVE-2021-3572 fixed in pip 21.1 uv pip install \ --constraint=constraints-future.txt \ --upgrade \