Skip to content

Commit a63c80d

Browse files
authored
Update dependency requests to v2.24.0 (#4112)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [requests](https://requests.readthedocs.io) ([source](https://github.com/psf/requests), [changelog](http://docs.python-requests.org/en/master/community/updates/#release-and-version-history)) | minor | `==2.23.0` -> `==2.24.0` | --- ### Release Notes <details> <summary>psf/requests</summary> ### [`v2.24.0`](https://github.com/psf/requests/blob/master/HISTORY.md#&#8203;2240-2020-06-17) [Compare Source](https://github.com/psf/requests/compare/v2.23.0...v2.24.0) **Improvements** - pyOpenSSL TLS implementation is now only used if Python either doesn't have an `ssl` module or doesn't support SNI. Previously pyOpenSSL was unconditionally used if available. This applies even if pyOpenSSL is installed via the `requests[security]` extra ([#&#8203;5443](https://github.com/psf/requests/issues/5443)) - Redirect resolution should now only occur when `allow_redirects` is True. ([#&#8203;5492](https://github.com/psf/requests/issues/5492)) - No longer perform unnecessary Content-Length calculation for requests that won't use it. ([#&#8203;5496](https://github.com/psf/requests/issues/5496)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent b561bd8 commit a63c80d

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests[security]==2.23.0
3+
requests[security]==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests[security]==2.23.0
3+
requests[security]==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests[security]==2.23.0
3+
requests[security]==2.24.0
44
mailjet-rest==1.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests[security]==2.23.0
3+
requests[security]==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests==2.23.0
3+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
requests==2.23.0
3+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
Flask-Sockets==0.2.1
33
gunicorn==20.0.4
4-
requests==2.23.0
4+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0
33
requests-toolbelt==0.9.1

appengine/standard/firebase/firenotes/backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==1.1.2
22
pyjwt==1.7.1
33
flask-cors==3.0.8
44
google-auth==1.17.2
5-
requests==2.23.0
5+
requests==2.24.0
66
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0
33
requests_toolbelt==0.9.1
44
google-auth==1.17.2
55
functools32==3.2.3.post2; python_version < "3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0
33
requests-toolbelt==0.9.1
44
mailjet-rest==1.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
google-auth==1.17.2
2-
requests==2.23.0
2+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
2-
requests==2.23.0
2+
requests==2.24.0
33
requests-futures==1.0.0
44
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
requests==2.23.0
2+
requests==2.24.0
33
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0
33
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==1.12.0
33
google-auth==1.17.2
4-
requests==2.23.0
4+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==1.12.0
33
google-auth==1.17.2
4-
requests==2.23.0
4+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==1.12.0
33
google-auth==1.17.2
4-
requests==2.23.0
4+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==1.12.0
33
google-auth==1.17.2
4-
requests==2.23.0
4+
requests==2.24.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.23.0
1+
requests==2.24.0
22
flask==1.1.2
33
google-auth==1.17.2

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-auth-oauthlib==0.4.1
33
google-auth-httplib2==0.0.3
44
google-api-python-client==1.9.3
55
flask==1.1.2
6-
requests==2.23.0
6+
requests==2.24.0

composer/rest/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-auth==1.17.2
2-
requests==2.23.0
2+
requests==2.24.0
33
six==1.15.0

compute/auth/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests==2.23.0
1+
requests==2.24.0
22
google-api-python-client==1.9.3
33
google-auth==1.17.2
44
google-auth-httplib2==0.0.3

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cryptography==2.9.2
2-
requests==2.23.0
2+
requests==2.24.0
33
google-api-python-client==1.9.3
44
google-auth==1.17.2
55
google-auth-httplib2==0.0.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0

compute/metadata/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.23.0
1+
requests==2.24.0

compute/oslogin/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-api-python-client==1.9.3
22
google-auth==1.17.2
33
google-auth-httplib2==0.0.3
4-
requests==2.23.0
4+
requests==2.24.0

compute/xmpp_wikibot/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
2-
requests==2.23.0
2+
requests==2.24.0
33
sleekxmpp==1.3.3
44
six==1.15.0

endpoints/getting-started/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ flask-cors==3.0.8
33
gunicorn==20.0.4
44
six==1.15.0
55
pyyaml==5.3.1
6-
requests==2.23.0
6+
requests==2.24.0
77
google-auth==1.17.2
88
google-auth-oauthlib==0.4.1

functions/security/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.23.0
1+
requests==2.24.0

functions/tips/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-error-reporting==0.34.0
22
google-cloud-pubsub==1.5.0
33
python-dateutil==2.8.1
4-
requests==2.23.0
4+
requests==2.24.0
55
xmltodict==0.12.0

healthcare/api-client/dicom/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.0
5-
requests==2.23.0
5+
requests==2.24.0

healthcare/api-client/fhir/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud==0.34.0
55
google-cloud-storage==1.28.1
6-
requests==2.23.0
6+
requests==2.24.0

healthcare/api-client/v1/dicom/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-api-python-client==1.9.3
22
google-auth-httplib2==0.0.3
33
google-auth==1.17.2
44
google-cloud-pubsub==1.5.0
5-
requests==2.23.0
5+
requests==2.24.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ cryptography==2.9.2
22
flask==1.1.2
33
google-auth==1.17.2
44
gunicorn==20.0.4
5-
requests==2.23.0
5+
requests==2.24.0
66
requests_toolbelt==0.9.1

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ google-auth==1.17.2
55
google-cloud-iot==1.0.0
66
google-cloud-pubsub==1.5.0
77
pyjwt==1.7.1
8-
requests==2.23.0
8+
requests==2.24.0

0 commit comments

Comments
 (0)