Skip to content

Commit 6a34e29

Browse files
Bump requests from 2.31.0 to 2.32.0 in /utils/git (#6638)
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from https://github.com/psf/requests/releases requests's releases. v2.32.0 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. ( https://redirect.github.com/psf/requests/issues/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. (https://redirect.github.com/psf/requests/issues/6702) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=requests&package-manager=pip&previous-version=2.31.0&new-version=2.32.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f9c107 commit 6a34e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/git/requirements_formatting.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pyjwt[crypto]==2.8.0
4242
# via pygithub
4343
pynacl==1.5.0
4444
# via pygithub
45-
requests==2.31.0
45+
requests==2.32.0
4646
# via pygithub
4747
toml==0.10.2
4848
# via darker

0 commit comments

Comments
 (0)