We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52265a commit 338b17eCopy full SHA for 338b17e
.github/workflows/tests-pypi.yml
@@ -65,7 +65,7 @@ jobs:
65
dep = dep.split(';')[0]
66
if 'siphon' not in dep:
67
out.write(dep.replace('>=', '==') + '\n')
68
- # Needed until vcrpy >=6.0.2 comes out with support for urllib3>=2.3
+ # Needed until minium vcrpy is >=7.0.0 for urllib3>=2.3
69
if fname == 'requirements.txt':
70
out.write('urllib3==2.2.3\n')
71
EOF
ci/test_requirements.txt
@@ -1,4 +1,4 @@
1
pytest==8.3.4
2
netCDF4==1.7.2
3
coverage==7.6.10
4
-vcrpy==6.0.2
+vcrpy==7.0.0
0 commit comments