Skip to content

Commit

Permalink
MNT: Bump minimum requests to 2.30.0
Browse files Browse the repository at this point in the history
This is needed to get to urllib 2.x, which we now rely on to test
properly. As a result, we also have to bump VCRPy to 4.3.1.
  • Loading branch information
dopplershift committed Nov 7, 2024
1 parent 06a38ea commit dba1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"numpy>=1.22.0",
"pandas>=1.4.3",
"protobuf>=3.20.0",
"requests>=2.28.1"
"requests>=2.30.0"
]

[project.optional-dependencies]
Expand All @@ -48,7 +48,7 @@ examples = [
test = [
"pytest>=7.0",
"netCDF4>=1.5.8",
"vcrpy>=3.0",
"vcrpy>=4.3.1",
"siphon[extras]"
]
extras = [
Expand Down

0 comments on commit dba1e91

Please sign in to comment.