Skip to content

Chore(deps): Bump requests from 2.26.0 to 2.31.0#2337

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/requests-2.31.0
Closed

Chore(deps): Bump requests from 2.26.0 to 2.31.0#2337
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/pip/requests-2.31.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2023

Bumps requests from 2.26.0 to 2.31.0.

Release notes

Sourced from requests's releases.

v2.31.0

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

v2.30.0

2.30.0 (2023-05-03)

Dependencies

v2.29.0

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)

... (truncated)

Changelog

Sourced from requests's changelog.

2.31.0 (2023-05-22)

Security

  • Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization headers to destination servers when following HTTPS redirects.

    When proxies are defined with user info (https://user:pass@proxy:8080), Requests will construct a Proxy-Authorization header that is attached to the request to authenticate with the proxy.

    In cases where Requests receives a redirect response, it previously reattached the Proxy-Authorization header incorrectly, resulting in the value being sent through the tunneled connection to the destination server. Users who rely on defining their proxy credentials in the URL are strongly encouraged to upgrade to Requests 2.31.0+ to prevent unintentional leakage and rotate their proxy credentials once the change has been fully deployed.

    Users who do not use a proxy or do not supply their proxy credentials through the user information portion of their proxy URL are not subject to this vulnerability.

    Full details can be read in our Github Security Advisory and CVE-2023-32681.

2.30.0 (2023-05-03)

Dependencies

2.29.0 (2023-04-26)

Improvements

  • Requests now defers chunked requests to the urllib3 implementation to improve standardization. (#6226)
  • Requests relaxes header component requirements to support bytes/str subclasses. (#6356)

2.28.2 (2023-01-12)

... (truncated)

Commits

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 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.

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.26.0...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 23, 2023
@netlify
Copy link
Copy Markdown

netlify Bot commented May 23, 2023

Deploy Preview for specter-desktop-docs failed.

Name Link
🔨 Latest commit 4b3dd82
🔍 Latest deploy log https://app.netlify.com/sites/specter-desktop-docs/deploys/64ba84577c0d7c0008906fb9

@k9ert
Copy link
Copy Markdown
Contributor

k9ert commented Feb 3, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 3, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

al-munazzim pushed a commit to al-munazzim/specter-desktop that referenced this pull request Mar 23, 2026
Bumps requests from 2.26.0 to 2.31.0 — includes fixes for:
- CVE-2023-32681 (leaking Proxy-Authorization headers)
- CVE-2024-35195 (cert verification bypass on session reuse)

All existing pinned dependencies (urllib3 1.26.18, charset-normalizer 2.0.12,
certifi 2024.6.2) remain compatible with requests 2.31.0 requirements.

Note: urllib3 (cryptoadvance#2392) and certifi (cryptoadvance#2009) are already at or beyond the
versions those dependabot PRs requested — they can be closed as superseded.
setuptools (cryptoadvance#2565) is deliberately pinned at 68.x because 69+ removed
pkg_resources, which breaks PyInstaller 5.2.

Supersedes: cryptoadvance#2337 (requests bump)
Closes: cryptoadvance#2337
@al-munazzim
Copy link
Copy Markdown
Contributor

Superseded by #2575 which bumps requests to 2.31.0.

@al-munazzim
Copy link
Copy Markdown
Contributor

Closing — superseded by #2575.

k9ert pushed a commit to al-munazzim/specter-desktop that referenced this pull request Mar 26, 2026
Bumps requests from 2.26.0 to 2.31.0 — includes fixes for:
- CVE-2023-32681 (leaking Proxy-Authorization headers)
- CVE-2024-35195 (cert verification bypass on session reuse)

All existing pinned dependencies (urllib3 1.26.18, charset-normalizer 2.0.12,
certifi 2024.6.2) remain compatible with requests 2.31.0 requirements.

Note: urllib3 (cryptoadvance#2392) and certifi (cryptoadvance#2009) are already at or beyond the
versions those dependabot PRs requested — they can be closed as superseded.
setuptools (cryptoadvance#2565) is deliberately pinned at 68.x because 69+ removed
pkg_resources, which breaks PyInstaller 5.2.

Supersedes: cryptoadvance#2337 (requests bump)
Closes: cryptoadvance#2337
k9ert pushed a commit to al-munazzim/specter-desktop that referenced this pull request Apr 2, 2026
Bumps requests from 2.26.0 to 2.31.0 — includes fixes for:
- CVE-2023-32681 (leaking Proxy-Authorization headers)
- CVE-2024-35195 (cert verification bypass on session reuse)

All existing pinned dependencies (urllib3 1.26.18, charset-normalizer 2.0.12,
certifi 2024.6.2) remain compatible with requests 2.31.0 requirements.

Note: urllib3 (cryptoadvance#2392) and certifi (cryptoadvance#2009) are already at or beyond the
versions those dependabot PRs requested — they can be closed as superseded.
setuptools (cryptoadvance#2565) is deliberately pinned at 68.x because 69+ removed
pkg_resources, which breaks PyInstaller 5.2.

Supersedes: cryptoadvance#2337 (requests bump)
Closes: cryptoadvance#2337
k9ert pushed a commit to al-munazzim/specter-desktop that referenced this pull request Apr 2, 2026
Bumps requests from 2.26.0 to 2.31.0 — includes fixes for:
- CVE-2023-32681 (leaking Proxy-Authorization headers)
- CVE-2024-35195 (cert verification bypass on session reuse)

All existing pinned dependencies (urllib3 1.26.18, charset-normalizer 2.0.12,
certifi 2024.6.2) remain compatible with requests 2.31.0 requirements.

Note: urllib3 (cryptoadvance#2392) and certifi (cryptoadvance#2009) are already at or beyond the
versions those dependabot PRs requested — they can be closed as superseded.
setuptools (cryptoadvance#2565) is deliberately pinned at 68.x because 69+ removed
pkg_resources, which breaks PyInstaller 5.2.

Supersedes: cryptoadvance#2337 (requests bump)
Closes: cryptoadvance#2337
@k9ert k9ert closed this Apr 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 10, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/requests-2.31.0 branch April 10, 2026 12:13
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants