Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: (deps): Bump requests from 2.28.1 to 2.32.3 in /ci #780

Merged
merged 4 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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