Skip to content

feat(deps): Allow httpx 0.19.* #481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2021
Merged

feat(deps): Allow httpx 0.19.* #481

merged 2 commits into from
Aug 22, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
httpx (changelog) >=0.15.4,<0.19.0 -> >=0.15.4,<0.19.1 age adoption passing confidence

Release Notes

encode/httpx

v0.19.0

Compare Source

Added
  • Add support for Client(allow_redirects=<bool>). (Pull #​1790)
  • Add automatic character set detection, when no charset is included in the response Content-Type header. (Pull #​1791)
Changed
  • Event hooks are now also called for any additional redirect or auth requests/responses. (Pull #​1806)
  • Strictly enforce that upload files must be opened in binary mode. (Pull #​1736)
  • Strictly enforce that client instances can only be opened and closed once, and cannot be re-opened. (Pull #​1800)
  • Drop mode argument from httpx.Proxy(..., mode=...). (Pull #​1795)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 22, 2021

Codecov Report

Merging #481 (623c55b) into main (91db3d2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #481   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           47        47           
  Lines         1588      1588           
=========================================
  Hits          1588      1588           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91db3d2...623c55b. Read the comment docs.

@dbanty dbanty force-pushed the renovate/httpx-0.x branch from 166bd45 to 00d8219 Compare August 22, 2021 22:28
@dbanty dbanty force-pushed the renovate/httpx-0.x branch from 00d8219 to 623c55b Compare August 22, 2021 22:34
@dbanty dbanty changed the title chore(deps): update dependency httpx to >=0.15.4,<0.19.1 feat(deps): Allow httpx 0.19.* Aug 22, 2021
@dbanty dbanty merged commit 75c69f0 into main Aug 22, 2021
@dbanty dbanty deleted the renovate/httpx-0.x branch August 22, 2021 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant