Skip to content

Commit f3ddaaa

Browse files
Bump requests from 2.33.0 to 2.33.1 (#1403)
Bumps [requests](https://github.com/psf/requests) from 2.33.0 to 2.33.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.0...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71c22a2 commit f3ddaaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pytest==9.0.2 ; python_version >= "3.11" and python_version < "3.15"
5757
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15"
5858
pytz==2025.2 ; python_version >= "3.11" and python_version < "3.15"
5959
pyyaml==6.0.3 ; python_version >= "3.11" and python_version < "3.15"
60-
requests==2.33.0 ; python_version >= "3.11" and python_version < "3.15"
60+
requests==2.33.1 ; python_version >= "3.11" and python_version < "3.15"
6161
scipy==1.17.0 ; python_version >= "3.11" and python_version < "3.15"
6262
setuptools==80.9.0 ; python_version >= "3.12" and python_version < "3.15"
6363
shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyshtools==4.14.1 ; python_version >= "3.11" and python_version < "3.15"
2424
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15"
2525
pytz==2025.2 ; python_version >= "3.11" and python_version < "3.15"
2626
pyyaml==6.0.3 ; python_version >= "3.11" and python_version < "3.15"
27-
requests==2.33.0 ; python_version >= "3.11" and python_version < "3.15"
27+
requests==2.33.1 ; python_version >= "3.11" and python_version < "3.15"
2828
scipy==1.17.0 ; python_version >= "3.11" and python_version < "3.15"
2929
shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15"
3030
six==1.17.0 ; python_version >= "3.11" and python_version < "3.15"

0 commit comments

Comments
 (0)