Skip to content

Commit 5b29c56

Browse files
authored
Update dependency requests to v2.23.0 (GoogleCloudPlatform#4042)
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.22.0` -> `==2.23.0` | --- ### Release Notes <details> <summary>psf/requests</summary> ### [`v2.23.0`](https://github.com/psf/requests/blob/master/HISTORY.md#&#8203;2230-2020-02-19) [Compare Source](https://github.com/psf/requests/compare/v2.22.0...v2.23.0) **Improvements** - Remove defunct reference to `prefetch` in Session `__attrs__` ([#&GoogleCloudPlatform#8203;5110](https://github.com/psf/requests/issues/5110)) **Bugfixes** - Requests no longer outputs password in basic auth usage warning. ([#&GoogleCloudPlatform#8203;5099](https://github.com/psf/requests/issues/5099)) **Dependencies** - Pinning for `chardet` and `idna` now uses major version instead of minor. This hopefully reduces the need for releases everytime a dependency is updated. </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 75abfc3 commit 5b29c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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.22.0
2+
requests==2.23.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.22.0
2+
requests==2.23.0
33
requests-toolbelt==0.9.1

0 commit comments

Comments
 (0)