Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency requests to ~=2.32.2 [security] #327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
requests (source, changelog) ~=2.31.0 -> ~=2.32.2 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-35195

When making requests through a Requests Session, if the first request is made with verify=False to disable cert verification, all subsequent requests to the same origin will continue to ignore cert verification regardless of changes to the value of verify. This behavior will continue for the lifecycle of the connection in the connection pool.

Remediation

Any of these options can be used to remediate the current issue, we highly recommend upgrading as the preferred mitigation.

  • Upgrade to requests>=2.32.0.
  • For requests<2.32.0, avoid setting verify=False for the first request to a host while using a Requests Session.
  • For requests<2.32.0, call close() on Session objects to clear existing connections if verify=False is used.

Related Links


Release Notes

psf/requests (requests)

v2.32.2

Compare Source

Deprecations

  • To provide a more stable migration for custom HTTPAdapters impacted
    by the CVE changes in 2.32.0, we've renamed _get_connection to
    a new public API, get_connection_with_tls_context. Existing custom
    HTTPAdapters will need to migrate their code to use this new API.
    get_connection is considered deprecated in all versions of Requests>=2.32.0.

    A minimal (2-line) example has been provided in the linked PR to ease
    migration, but we strongly urge users to evaluate if their custom adapter
    is subject to the same issue described in CVE-2024-35195. (#​6710)

v2.32.1

Compare Source

Bugfixes

  • Add missing test certs to the sdist distributed on PyPI.

v2.32.0

Compare Source

Security

  • Fixed an issue where setting verify=False on the first request from a
    Session will cause subsequent requests to the same origin to also ignore
    cert verification, regardless of the value of verify.
    (GHSA-9wx4-h78v-vm56)

Improvements

  • verify=True now reuses a global SSLContext which should improve
    request time variance between first and subsequent requests. It should
    also minimize certificate load time on Windows systems when using a Python
    version built with OpenSSL 3.x. (#​6667)
  • Requests now supports optional use of character detection
    (chardet or charset_normalizer) when repackaged or vendored.
    This enables pip and other projects to minimize their vendoring
    surface area. The Response.text() and apparent_encoding APIs
    will default to utf-8 if neither library is present. (#​6702)

Bugfixes

  • Fixed bug in length detection where emoji length was incorrectly
    calculated in the request content-length. (#​6589)
  • Fixed deserialization bug in JSONDecodeError. (#​6629)
  • Fixed bug where an extra leading / (path separator) could lead
    urllib3 to unnecessarily reparse the request URI. (#​6644)

Deprecations

  • Requests has officially added support for CPython 3.12 (#​6503)
  • Requests has officially added support for PyPy 3.9 and 3.10 (#​6641)
  • Requests has officially dropped support for CPython 3.7 (#​6642)
  • Requests has officially dropped support for PyPy 3.7 and 3.8 (#​6641)

Documentation

  • Various typo fixes and doc improvements.

Packaging

  • Requests has started adopting some modern packaging practices.
    The source files for the projects (formerly requests) is now located
    in src/requests in the Requests sdist. (#​6506)
  • Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system
    using hatchling. This should not impact the average user, but extremely old
    versions of packaging utilities may have issues with the new packaging format.

Configuration

📅 Schedule: Branch creation - "" (UTC), 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 this update 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 changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.2 [security] - autoclosed Sep 25, 2024
@renovate renovate bot closed this Sep 25, 2024
@renovate renovate bot deleted the renovate/pypi-requests-vulnerability branch September 25, 2024 15:55
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] - autoclosed chore(deps): update dependency requests to ~=2.32.2 [security] Sep 26, 2024
@renovate renovate bot reopened this Sep 26, 2024
@renovate renovate bot restored the renovate/pypi-requests-vulnerability branch September 26, 2024 19:14
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from c0da436 to 6b7b501 Compare September 26, 2024 19:14
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Oct 9, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 6b7b501 to 4853b63 Compare October 9, 2024 10:55
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Oct 9, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 4853b63 to 6bf9b05 Compare October 9, 2024 14:19
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Oct 14, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 6bf9b05 to d45364d Compare October 14, 2024 11:10
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Oct 14, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from d45364d to 82edaa3 Compare October 14, 2024 21:16
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Oct 28, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 82edaa3 to 5f8994b Compare October 28, 2024 14:40
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Oct 28, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 5f8994b to fd07747 Compare October 28, 2024 16:51
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Oct 30, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from fd07747 to 7270d59 Compare October 30, 2024 10:42
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Oct 30, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 7270d59 to fe0b174 Compare October 30, 2024 12:22
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Nov 3, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from fe0b174 to 9151434 Compare November 3, 2024 11:09
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Nov 3, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 9151434 to 9948bb0 Compare November 3, 2024 14:01
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Nov 17, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 9948bb0 to 25bfe6d Compare November 17, 2024 15:07
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Nov 17, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 68d1682 to 057a381 Compare December 2, 2024 12:30
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Dec 10, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 057a381 to 2285bc1 Compare December 10, 2024 11:41
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Dec 10, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 2285bc1 to 3c71108 Compare December 10, 2024 13:50
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Dec 17, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch 2 times, most recently from 06d4229 to 9b31657 Compare December 18, 2024 02:42
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Dec 18, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 9b31657 to 41c4eed Compare December 22, 2024 20:19
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Dec 22, 2024
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 41c4eed to 730c394 Compare December 22, 2024 22:33
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Dec 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Jan 8, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 730c394 to c7847d1 Compare January 8, 2025 13:19
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Jan 8, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch 2 times, most recently from 153cce5 to 544930e Compare January 13, 2025 16:11
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Jan 13, 2025
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Jan 14, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 544930e to 82d4bcb Compare January 14, 2025 20:30
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Jan 23, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch 2 times, most recently from c3f942a to 5ab7bb8 Compare January 23, 2025 21:08
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Jan 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.2 [security] chore(deps): update dependency requests to ~=2.32.3 [security] Jan 30, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 5ab7bb8 to 7d63a33 Compare January 30, 2025 18:20
@renovate renovate bot changed the title chore(deps): update dependency requests to ~=2.32.3 [security] chore(deps): update dependency requests to ~=2.32.2 [security] Jan 30, 2025
@renovate renovate bot force-pushed the renovate/pypi-requests-vulnerability branch from 7d63a33 to 741c5c2 Compare January 30, 2025 21:45
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.

0 participants