Update requests requirement from ~=2.24 to ~=2.25
Created by: dependabot[bot]
Updates the requirements on requests to permit the latest version.
Changelog
Sourced from requests's changelog.
2.25.0 (2020-11-11)
Improvements
- Added support for NETRC environment variable. (#5643)
Dependencies
- Requests now supports urllib3 v1.26.
Deprecations
- Requests v2.25.x will be the last release series with support for Python 3.5.
- The
requests[security]
extra is officially deprecated and will be removed in Requests v2.26.0.2.24.0 (2020-06-17)
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 therequests[security]
extra (#5443)Redirect resolution should now only occur when
allow_redirects
is True. (#5492)No longer perform unnecessary Content-Length calculation for requests that won't use it. (#5496)
2.23.0 (2020-02-19)
Improvements
- Remove defunct reference to
prefetch
in Session__attrs__
(#5110)Bugfixes
- Requests no longer outputs password in basic auth usage warning. (#5099)
Dependencies
- Pinning for
chardet
andidna
now uses major version instead of minor. This hopefully reduces the need for releases everytime a dependency is updated.
... (truncated)
Commits
-
03957eb
v2.25.0 -
320a10d
Remove Pipfile/Pipfile.lock -
9cd2d33
Move CI to Github Actions -
2f70990
Merge pull request #5643 from tarmath/netrc -
ba54371
Respect the NETRC environment variable -
1431502
Merge pull request #5614 from smstong/master -
4840d4a
small typo corrected. -
4f6c018
Merge pull request #5611 from psf/add-codescanning -
d09c0e0
Update codeql-analysis.yml -
941ac53
Create codeql-analysis.yml - Additional commits viewable in compare view
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
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually