[PR #176] [MERGED] Update dependency httpx to ^0.25.0 #177
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
TheLovinator/discord-twitter-webhooks#177
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/176
Author: @renovate[bot]
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/11/2023
Merged by: @renovate[bot]
Base:
master← Head:renovate/httpx-0.x📝 Commits (1)
edd911eUpdate dependency httpx to ^0.25.0📊 Changes
2 files changed (+11 additions, -11 deletions)
View changed files
📝
poetry.lock(+10 -10)📝
pyproject.toml(+1 -1)📄 Description
This PR contains the following updates:
^0.24.0->^0.25.0Release Notes
encode/httpx (httpx)
v0.25.0Compare Source
Removed
Added
ExtensionsfromMapping[Str, Any]toMutableMapping[Str, Any]. (#2803)socket_optionsargument tohttpx.HTTPTransportandhttpx.AsyncHTTPTransportclasses. (#2716)Response.raise_for_status()method now returns the response instance. For example:data = httpx.get('...').raise_for_status().json(). (#2776)Fixed
500error response instead of exceptions whenraise_app_exceptions=Falseis set onASGITransport. (#2669)WSGITransportenvirons have aSERVER_PROTOCOL. (#2708)%2Fin query parameters (#2723)httpstatuses.comfor HTTP error reference (#2768)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.