Skip to content

Commit

Permalink
Merge pull request #780 from Unidata/dependabot-pip-ci-requests-2.32.3
Browse files Browse the repository at this point in the history
MNT: (deps): Bump requests from 2.28.1 to 2.32.3 in /ci
  • Loading branch information
dcamron authored Nov 7, 2024
2 parents 3bdac02 + dba1e91 commit 2429d32
Show file tree
Hide file tree
Showing 49 changed files with 82,408 additions and 9,982 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
src/siphon/_version.py export-subst

*.ipynb diff=jupyternotebook

# Mark the vcrpy cassettes as generated
tests/fixtures/* linguist-generated=true
tests/cdmr/fixtures/* linguist-generated=true
2 changes: 1 addition & 1 deletion ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ beautifulsoup4==4.12.3
numpy==2.1.3
pandas==2.2.3
protobuf==5.28.2
requests==2.28.1
requests==2.32.3
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
3,318 changes: 3,140 additions & 178 deletions tests/fixtures/GFS_Global_0p5_Grid_Dataset_xml

Large diffs are not rendered by default.

254 changes: 215 additions & 39 deletions tests/fixtures/Surface_Synoptic_Station_Dataset_xml

Large diffs are not rendered by default.

174 changes: 117 additions & 57 deletions tests/fixtures/cat_to_cdmr

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 99 additions & 47 deletions tests/fixtures/cat_to_open

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2429d32

Please sign in to comment.