Skip to content

Bump requests from 2.33.0 to 2.33.1#329

Merged
TKIPisalegacycipher merged 1 commit intomainfrom
dependabot/uv/requests-2.33.1
Apr 30, 2026
Merged

Bump requests from 2.33.0 to 2.33.1#329
TKIPisalegacycipher merged 1 commit intomainfrom
dependabot/uv/requests-2.33.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Bumps requests from 2.33.0 to 2.33.1.

Release notes

Sourced from requests's releases.

v2.33.1

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)

New Contributors

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

Changelog

Sourced from requests's changelog.

2.33.1 (2026-03-30)

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. (#7305)
  • Fixed Content-Type header parsing for malformed values. (#7309)
  • Improved error consistency for malformed header values. (#7308)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 30, 2026
@TKIPisalegacycipher TKIPisalegacycipher merged commit 63bf4a5 into main Apr 30, 2026
8 checks passed
@TKIPisalegacycipher TKIPisalegacycipher deleted the dependabot/uv/requests-2.33.1 branch April 30, 2026 04:33
TKIPisalegacycipher added a commit that referenced this pull request Apr 30, 2026
# Release Notes (since 2.2.0)

## Bug Fixes

* Fix golden test using wrong ruff line-length in temp dir
* Fix generator omitting path params from function signature
* Fix generator for URL path params only declared as body params in spec
* Fix sync _get_pages_iterator dropping the last page (#326)

## Security

* Prevent script injection in GitHub Actions workflows
* Fix CodeQL alert in test-library CI

## Build & Tooling

* Replace Poetry with uv for build tooling and dependency management
* Add generator test suite
* Modernize project tooling, imports, and test infrastructure
* Clean up CI, linting, and code quality issues
* Optimize GitHub Actions: upgrade deprecated actions, reduce redundant work
* Delete duplicated CodeQL workflow
* Exclude .venv from tests

## Dependency Updates (requiring semver bump from 2.2.0 -> 3.0.0)

* Drop Python 3.10 support in anticipation of 3.10 EOL
* Add Python 3.14 support
* aiohttp 3.11.18 → 3.13.5 (#324, #328)
* requests 2.32.3 → 2.33.1 (#323, #329)
* urllib3 2.4.0 → 2.6.3 (#317)
* pytest 8.3.5 → 9.0.3 (#325)
* pytest-cov 6.3.0 → 7.1.0 (#327)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant