belbio / bel_resources

BEL resources and tools for namespaces, annotations, orthologs, taxonomy, etc and tool
https://bel-resources.rtfd.io
Apache License 2.0
2 stars 0 forks source link

Bump requests from 2.18.4 to 2.19.1 #85

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Bumps requests from 2.18.4 to 2.19.1.

Changelog *Sourced from [requests's changelog](https://github.com/requests/requests/blob/master/HISTORY.rst).* > 2.19.1 (2018-06-14) > +++++++++++++++++++ > > **Bugfixes** > > - Fixed issue where status_codes.py's ``init`` function failed trying to append to > a ``__doc__`` value of ``None``. > > 2.19.0 (2018-06-12) > +++++++++++++++++++ > > **Improvements** > > - Warn user about possible slowdown when using cryptography version < 1.3.4 > - Check for invalid host in proxy URL, before forwarding request to adapter. > - Fragments are now properly maintained across redirects. (RFC7231 7.1.2) > - Removed use of cgi module to expedite library load time. > - Added support for SHA-256 and SHA-512 digest auth algorithms. > - Minor performance improvement to ``Request.content``. > - Migrate to using collections.abc for 3.7 compatibility. > > **Bugfixes** > > - Parsing empty ``Link`` headers with ``parse_header_links()`` no longer return one bogus entry. > - Fixed issue where loading the default certificate bundle from a zip archive > would raise an ``IOError``. > - Fixed issue with unexpected ``ImportError`` on windows system which do not support ``winreg`` module. > - DNS resolution in proxy bypass no longer includes the username and password in > the request. This also fixes the issue of DNS queries failing on macOS. > - Properly normalize adapter prefixes for url comparison. > - Passing ``None`` as a file pointer to the ``files`` param no longer raises an exception. > - Calling ``copy`` on a ``RequestsCookieJar`` will now preserve the cookie policy correctly. > > **Dependencies** > > - We now support idna v2.7. > - We now support urllib3 v1.23.
Commits - [`883caaf`](https://github.com/requests/requests/commit/883caaf145fbe93bd0d208a6b864de9146087312) v2.19.1 - [`2530323`](https://github.com/requests/requests/commit/2530323faf576def7f3f5bde636962c23f4b187f) Merge pull request [#4683](https://github-redirect.dependabot.com/requests/requests/issues/4683) from martindurant/docstrings_for_optimize - [`8031ec7`](https://github.com/requests/requests/commit/8031ec76b88b8039b46a6c5782677746442a9121) Do not alter status_codes docstring if it is None - [`991e8b7`](https://github.com/requests/requests/commit/991e8b76b7a9d21f698b24fa0058d3d5968721bc) v2.19.0 - [`7e297ed`](https://github.com/requests/requests/commit/7e297ed95bdbd1018657f5d6000379ecdfa54423) Separate collections from collections.abc - [`10915e3`](https://github.com/requests/requests/commit/10915e3b0d3708a093171211d51d0eea283dbe25) Add a public method to get the cookie policy - [`ace0c20`](https://github.com/requests/requests/commit/ace0c200f4a35f4f98a2672b46b03b89a53c50d9) Add cookie policy related tests - [`3ef4927`](https://github.com/requests/requests/commit/3ef49272f2ff7bef67c8b53bcfba9c3a2ecfa9c7) Copy cookie policy when copying a CookieJar - [`d1aeb7e`](https://github.com/requests/requests/commit/d1aeb7ea8cec833e61ea390a6c19ef8b7ac3e4e7) Merge pull request [#4672](https://github-redirect.dependabot.com/requests/requests/issues/4672) from requests/remove_2.6_refs - [`de64f0f`](https://github.com/requests/requests/commit/de64f0f23f57f272ed11713d18ff50f193c3164b) port pyopenssl fix from urllib3 - Additional commits viewable in [compare view](https://github.com/requests/requests/compare/v2.18.4...v2.19.1)


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
CLAassistant commented 6 years ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

dependabot-preview[bot] commented 5 years ago

Looks like requests is up-to-date now, so this is no longer needed.