Skip to content

Commit

Permalink
CI: Bump to vcrpy 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jan 2, 2025
1 parent e52265a commit 338b17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ 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
# Needed until minium vcrpy is >=7.0.0 for urllib3>=2.3
if fname == 'requirements.txt':
out.write('urllib3==2.2.3\n')
EOF
Expand Down
2 changes: 1 addition & 1 deletion ci/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==8.3.4
netCDF4==1.7.2
coverage==7.6.10
vcrpy==6.0.2
vcrpy==7.0.0

0 comments on commit 338b17e

Please sign in to comment.