Skip to content

fix(deps): update dependency requests to ~=2.33.1#177

Closed
renovate[bot] wants to merge 2 commits intomainfrom
renovate/requests-2.x
Closed

fix(deps): update dependency requests to ~=2.33.1#177
renovate[bot] wants to merge 2 commits intomainfrom
renovate/requests-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
requests (changelog) ~=2.32.5~=2.33.1 age confidence

Release Notes

psf/requests (requests)

v2.33.1

Compare Source

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)

v2.33.0

Compare Source

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.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 1, 2026 22:41
@dtoxvanilla1991
Copy link
Copy Markdown
Contributor

@copilot rebase this PR on the latest master branch and fix CI unittest workflow and make sure the build passes.

@renovate renovate Bot force-pushed the renovate/requests-2.x branch from 2acd012 to 982ea0e Compare May 1, 2026 22:49
Copy link
Copy Markdown
Contributor

Copilot AI commented May 1, 2026

@copilot rebase this PR on the latest master branch and fix CI unittest workflow and make sure the build passes.

The branch is already based on the latest main. The CI failure was caused by requests 2.33.x requiring Python >=3.10 — the constraint for Python < 3.10 was incorrectly set to ~=2.33.1.

Fixed in commit 21de7dc:

  • requests ~=2.32.5 for Python < 3.10 (latest compatible version for that Python range)
  • requests ~=2.33.1 for Python >= 3.10

All 438 tests pass locally.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • app.kinde.com
    • Triggering command: /home/REDACTED/.local/bin/pytest pytest --cov=kinde_sdk --cov-branch --cov-report=xml -q (dns block)
  • example.com
    • Triggering command: /home/REDACTED/.local/bin/pytest pytest --cov=kinde_sdk --cov-branch --cov-report=xml -q (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 1, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 2, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~=2.33.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants