Skip to content

Commit 4529b9b

Browse files
Update dependency requests to v2.32.3 (#1898)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [requests](https://requests.readthedocs.io) ([source](https://redirect.github.com/psf/requests), [changelog](https://redirect.github.com/psf/requests/blob/master/HISTORY.md)) | patch | `==2.32.2` -> `==2.32.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>psf/requests (requests)</summary> ### [`v2.32.3`](https://redirect.github.com/psf/requests/blob/HEAD/HISTORY.md#2323-2024-05-29) [Compare Source](https://redirect.github.com/psf/requests/compare/v2.32.2...v2.32.3) **Bugfixes** - Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. ([#&#8203;6716](https://redirect.github.com/psf/requests/issues/6716)) - Fixed issue where Requests started failing to run on Python versions compiled without the `ssl` module. ([#&#8203;6724](https://redirect.github.com/psf/requests/issues/6724)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 626ca2d commit 4529b9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-py-oidc-provider-pulumi-cloud/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cryptography==44.0.1
77
idna==3.7
88
pycparser==2.22
99
pyOpenSSL==23.2.0
10-
requests==2.32.2
10+
requests==2.32.3
1111
pulumi-tls>=5.0.0,<6.0.0
1212
urllib3==2.3.0
1313
PyYAML

aws-ts-stackreference-architecture/application/src/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ itsdangerous==2.2.0
55
Jinja2==3.1.5
66
MarkupSafe>=1.0
77
Werkzeug==3.0.6
8-
requests==2.32.2
8+
requests==2.32.3
99
pg8000==1.13.2

0 commit comments

Comments
 (0)