Skip to content

chore(deps): bump requests from 2.32.5 to 2.33.0#26

Merged
bartzbeielstein merged 1 commit into
mainfrom
dependabot/uv/requests-2.33.0
Mar 30, 2026
Merged

chore(deps): bump requests from 2.32.5 to 2.33.0#26
bartzbeielstein merged 1 commit into
mainfrom
dependabot/uv/requests-2.33.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Copy link
Copy Markdown
Contributor

Bumps requests from 2.32.5 to 2.33.0.

Release notes

Sourced from requests's releases.

v2.33.0

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.

New Contributors

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2330-2026-03-25

Changelog

Sourced from requests's changelog.

2.33.0 (2026-03-25)

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at #7271. Give it a try, and report any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. (#7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#7196)

Documentation

  • Various typo fixes and doc improvements.
Commits
  • bc04dfd v2.33.0
  • 66d21cb Merge commit from fork
  • 8b9bc8f Move badges to top of README (#7293)
  • e331a28 Remove unused extraction call (#7292)
  • 753fd08 docs: fix FAQ grammar in httplib2 example
  • 774a0b8 docs(socks): same block as other sections
  • 9c72a41 Bump github/codeql-action from 4.33.0 to 4.34.1
  • ebf7190 Bump github/codeql-action from 4.32.0 to 4.33.0
  • 0e4ae38 docs: exclude Response.is_permanent_redirect from API docs (#7244)
  • d568f47 docs: clarify Quickstart POST example (#6960)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/requests-2.33.0 branch 2 times, most recently from 7427e72 to f505bcd Compare March 30, 2026 17:22
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/requests-2.33.0 branch from f505bcd to 4eb6f40 Compare March 30, 2026 17:23
@bartzbeielstein bartzbeielstein merged commit 5975db4 into main Mar 30, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/requests-2.33.0 branch March 30, 2026 17:24
bartzbeielstein pushed a commit that referenced this pull request Mar 30, 2026
## <small>0.1.2-rc.1 (2026-03-30)</small>

* Merge branch 'main' into dependabot/uv/authlib-1.6.9 ([068affd](068affd))
* Merge branch 'main' into develop ([54d1b82](54d1b82))
* Merge pull request #24 from sequential-parameter-optimization/dependabot/uv/authlib-1.6.9 ([a108d39](a108d39)), closes [#24](#24)
* Merge pull request #25 from sequential-parameter-optimization/dependabot/github_actions/actions-ffd1 ([4172ca7](4172ca7)), closes [#25](#25)
* Merge pull request #26 from sequential-parameter-optimization/dependabot/uv/requests-2.33.0 ([5975db4](5975db4)), closes [#26](#26)
* Merge pull request #27 from sequential-parameter-optimization/dependabot/pip/python-deps-d0a4681fe4 ([e0a6543](e0a6543)), closes [#27](#27)
* Merge pull request #28 from sequential-parameter-optimization/dependabot/uv/cryptography-46.0.6 ([24f3105](24f3105)), closes [#28](#28)
* Merge pull request #30 from sequential-parameter-optimization/dependabot/uv/nltk-3.9.4 ([747233f](747233f)), closes [#30](#30)
* Merge pull request #32 from sequential-parameter-optimization/dependabot/uv/pygments-2.20.0 ([401b0ce](401b0ce)), closes [#32](#32)
* fix: compressor data and qquartodoc (with README) ([7a4e661](7a4e661))
* chore(deps-dev): update uv-build requirement in the python-deps group ([b0cf6a8](b0cf6a8))
* chore(deps): bump authlib from 1.6.8 to 1.6.9 ([266e37c](266e37c))
* chore(deps): bump cryptography from 46.0.5 to 46.0.6 ([ce97b7c](ce97b7c))
* chore(deps): bump nltk from 3.9.3 to 3.9.4 ([663cc10](663cc10))
* chore(deps): bump pygments from 2.19.2 to 2.20.0 ([9e8ff43](9e8ff43))
* chore(deps): bump requests from 2.32.5 to 2.33.0 ([4eb6f40](4eb6f40))
* chore(deps): bump the actions group across 1 directory with 5 updates ([68c0ae1](68c0ae1))
@bartzbeielstein

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.1.2-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code released on @develop

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant