pytest-socket icon indicating copy to clipboard operation
pytest-socket copied to clipboard

chore(deps): update dependency starlette to ^0.21.0

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
starlette ^0.20.0 -> ^0.21.0 age adoption passing confidence

Release Notes

encode/starlette

v0.21.0

Compare Source

This release replaces the underlying HTTP client used on the TestClient (requests :arrow_right: httpx), and as those clients differ a bit on their API, your test suite will likely break. To make the migration smoother, you can use the bump-testclient tool.

Changed
  • Replace requests with httpx in TestClient #​1376.
Added
  • Add WebSocketException and support for WebSocket exception handlers #​1263.
  • Add middleware parameter to Mount class #​1649.
  • Officially support Python 3.11 1863.
  • Implement __repr__ for route classes #​1864.
Fixed
  • Fix bug on which BackgroundTasks were cancelled when using BaseHTTPMiddleware and client disconnected #​1715.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Sep 26 '22 19:09 renovate[bot]

Code Climate has analyzed commit 1b9ff67c and detected 0 issues on this pull request.

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Sep 26 '22 19:09 qlty-cloud-legacy[bot]

👇 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

ghost avatar Sep 26 '22 19:09 ghost