Skip to content

Commit

Permalink
Merge pull request #868 from Unidata/dependabot-pip-ci-urllib3-2.3.0
Browse files Browse the repository at this point in the history
CI: (deps): Bump urllib3 from 2.2.3 to 2.3.0 in /ci
  • Loading branch information
dopplershift authored Jan 2, 2025
2 parents 9a6471e + 338b17e commit ef6c580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ numpy==2.2.1
pandas==2.2.3
protobuf==5.28.3
requests==2.32.3
urllib3==2.2.3
urllib3==2.3.0
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 ef6c580

Please sign in to comment.