From 681e0684144dbb23a0b43810c3c82d6dc6919c5d Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 2 Jan 2025 12:31:09 -0700 Subject: [PATCH] CI: Bump to vcrpy 7.0.0 --- .github/workflows/tests-pypi.yml | 3 --- ci/test_requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests-pypi.yml b/.github/workflows/tests-pypi.yml index 67976aa88..d4baa3ee3 100644 --- a/.github/workflows/tests-pypi.yml +++ b/.github/workflows/tests-pypi.yml @@ -65,9 +65,6 @@ jobs: dep = dep.split(';')[0] if 'siphon' not in dep: out.write(dep.replace('>=', '==') + '\n') - # Needed until vcrpy >=6.0.2 comes out with support for urllib3>=2.3 - if fname == 'requirements.txt': - out.write('urllib3==2.2.3\n') EOF - name: Install from PyPI diff --git a/ci/test_requirements.txt b/ci/test_requirements.txt index fc02087d8..b780f8e47 100644 --- a/ci/test_requirements.txt +++ b/ci/test_requirements.txt @@ -1,4 +1,4 @@ pytest==8.3.4 netCDF4==1.7.2 coverage==7.6.10 -vcrpy==6.0.2 +vcrpy==7.0.0