Skip to content

Bump httpx from 0.16.1 to 0.17.0 in /integration_tests - #3757

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-pip-integration_tests-httpx-0.17.0
Closed

Bump httpx from 0.16.1 to 0.17.0 in /integration_tests#3757
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot-pip-integration_tests-httpx-0.17.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMar 2, 2021

Copy link
Copy Markdown
Contributor

Bumps httpx from 0.16.1 to 0.17.0.

Release notes

Sourced from httpx's releases.

Version 0.17.0

0.17.0

Added

  • Add httpx.MockTransport(), allowing to mock out a transport using pre-determined responses. (Pull #1401, Pull #1449)
  • Add httpx.HTTPTransport() and httpx.AsyncHTTPTransport() default transports. (Pull #1399)
  • Add mount API support, using httpx.Client(mounts=...). (Pull #1362)
  • Add chunk_size parameter to iter_raw(), iter_bytes(), iter_text(). (Pull #1277)
  • Add keepalive_expiry parameter to httpx.Limits() configuration. (Pull #1398)
  • Add repr to httpx.Cookies to display available cookies. (Pull #1411)
  • Add support for params=<tuple> (previously only params=<list> was supported). (Pull #1426)

Fixed

  • Add missing raw_path to ASGI scope. (Pull #1357)
  • Tweak create_ssl_context defaults to use trust_env=True. (Pull #1447)
  • Properly URL-escape WSGI PATH_INFO. (Pull #1391)
  • Properly set default ports in WSGI transport. (Pull #1469)
  • Properly encode slashes when using base_url. (Pull #1407)
  • Properly map exceptions in request.aclose(). (Pull #1465)
Changelog

Sourced from httpx's changelog.

0.17.0

Added

  • Add httpx.MockTransport(), allowing to mock out a transport using pre-determined responses. (Pull #1401, Pull #1449)
  • Add httpx.HTTPTransport() and httpx.AsyncHTTPTransport() default transports. (Pull #1399)
  • Add mount API support, using httpx.Client(mounts=...). (Pull #1362)
  • Add chunk_size parameter to iter_raw(), iter_bytes(), iter_text(). (Pull #1277)
  • Add keepalive_expiry parameter to httpx.Limits() configuration. (Pull #1398)
  • Add repr to httpx.Cookies to display available cookies. (Pull #1411)
  • Add support for params=<tuple> (previously only params=<list> was supported). (Pull #1426)

Fixed

  • Add missing raw_path to ASGI scope. (Pull #1357)
  • Tweak create_ssl_context defaults to use trust_env=True. (Pull #1447)
  • Properly URL-escape WSGI PATH_INFO. (Pull #1391)
  • Properly set default ports in WSGI transport. (Pull #1469)
  • Properly encode slashes when using base_url. (Pull #1407)
  • Properly map exceptions in request.aclose(). (Pull #1465)
Commits

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 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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

@dependabotdependabotBot added the tests Issues relating to tests label Mar 2, 2021
@cypress

cypressBot commented Mar 2, 2021

Copy link
Copy Markdown



Test summary

42100Flakiness0


Run details

ProjectFlowAuth
StatusFailed
Commitc179db5
StartedMar 3, 2021 7:05 AM
EndedMar 3, 2021 7:09 AM
Duration04:37 💡
OSLinux Debian - 10.5
BrowserElectron 87

View run in Cypress Dashboard ➡️


Failures

cypress/integration/add_new_server.js Failed
1 Server management > Add server

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@dependabot
dependabotBotforce-pushed the dependabot-pip-integration_tests-httpx-0.17.0 branch from 67c6d42 to 28525d5CompareMarch 3, 2021 04:31
Bumps [httpx](https://github.com/encode/httpx) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.16.1...0.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot-pip-integration_tests-httpx-0.17.0 branch from 28525d5 to c179db5CompareMarch 3, 2021 06:55
@dependabot@github

dependabotBot commented on behalf of githubMar 18, 2021

Copy link
Copy Markdown
ContributorAuthor

Superseded by #3792.

@dependabotdependabotBot closed this Mar 18, 2021
@dependabot
dependabotBot deleted the dependabot-pip-integration_tests-httpx-0.17.0 branch March 18, 2021 04:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsIssues relating to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants