Skip to content

Commit 338b17e

Browse files
committed
CI: Bump to vcrpy 7.0.0
1 parent e52265a commit 338b17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
dep = dep.split(';')[0]
6666
if 'siphon' not in dep:
6767
out.write(dep.replace('>=', '==') + '\n')
68-
# Needed until vcrpy >=6.0.2 comes out with support for urllib3>=2.3
68+
# Needed until minium vcrpy is >=7.0.0 for urllib3>=2.3
6969
if fname == 'requirements.txt':
7070
out.write('urllib3==2.2.3\n')
7171
EOF

ci/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==8.3.4
22
netCDF4==1.7.2
33
coverage==7.6.10
4-
vcrpy==6.0.2
4+
vcrpy==7.0.0

0 commit comments

Comments
 (0)