Skip to content

Bump requests from 2.32.3 to 2.32.5 in /src/pyodide/internal/sphinx#4292

Merged
dom96 merged 1 commit intomainfrom
dependabot/pip/src/pyodide/internal/sphinx/requests-2.32.4
Feb 5, 2026
Merged

Bump requests from 2.32.3 to 2.32.5 in /src/pyodide/internal/sphinx#4292
dom96 merged 1 commit intomainfrom
dependabot/pip/src/pyodide/internal/sphinx/requests-2.32.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2025

Bumps requests from 2.32.3 to 2.32.4.

Release notes

Sourced from requests's releases.

v2.32.4

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file. (#6965)

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS. (#6926)
  • Dropped support for pypy 3.9 following its end of support. (#6926)
Changelog

Sourced from requests's changelog.

2.32.4 (2025-06-10)

Security

  • CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.

Improvements

  • Numerous documentation improvements

Deprecations

  • Added support for pypy 3.11 for Linux and macOS.
  • Dropped support for pypy 3.9 following its end of support.
Commits
  • 021dc72 Polish up release tooling for last manual release
  • 821770e Bump version and add release notes for v2.32.4
  • 59f8aa2 Add netrc file search information to authentication documentation (#6876)
  • 5b4b64c Add more tests to prevent regression of CVE 2024 47081
  • 7bc4587 Add new test to check netrc auth leak (#6962)
  • 96ba401 Only use hostname to do netrc lookup instead of netloc
  • 7341690 Merge pull request #6951 from tswast/patch-1
  • 6716d7c remove links
  • a7e1c74 Update docs/conf.py
  • c799b81 docs: fix dead links to kenreitz.org
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Issues/PRs relating to Python Workers labels Jun 10, 2025
@dependabot dependabot bot requested review from a team as code owners June 10, 2025 10:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Issues/PRs relating to Python Workers labels Jun 10, 2025
Copy link
Copy Markdown
Contributor

@windsurf-bot windsurf-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🤙

💡 To request another review, post a new comment with "/windsurf-review".

@dom96 dom96 enabled auto-merge June 11, 2025 17:00
@ketanhwr
Copy link
Copy Markdown
Member

dependabot doesn't have access to repository secrets, there are some workarounds though (a bit ugly): dependabot/dependabot-core#3253
For now we can either do a force-push and update the branch so a runtime dev is the commit author / create a clone branch and use that instead. I'll look into automating this regardless

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.5.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.2...v2.32.5)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:production
...
@fhanau fhanau force-pushed the dependabot/pip/src/pyodide/internal/sphinx/requests-2.32.4 branch from 1e5d43d to 137c6fe Compare February 5, 2026 14:08
@dom96 dom96 merged commit 72cc12d into main Feb 5, 2026
22 of 23 checks passed
@dom96 dom96 deleted the dependabot/pip/src/pyodide/internal/sphinx/requests-2.32.4 branch February 5, 2026 16:02
@fhanau
Copy link
Copy Markdown
Contributor

fhanau commented Feb 5, 2026

Rebased this branch and updated it to use 2.32.5, just so we have one stale PR less and to resolve the dependabot warning.

@fhanau fhanau changed the title Bump requests from 2.32.3 to 2.32.4 in /src/pyodide/internal/sphinx Bump requests from 2.32.3 to 2.32.5 in /src/pyodide/internal/sphinx Feb 5, 2026
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 Issues/PRs relating to Python Workers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants