Skip to content
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

⬆️ deps: Update dependencies (non-major) #3

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
docutils ^0.19 -> ^0.20.0 age adoption passing confidence
httpx (changelog) ^0.23.0 -> ^0.24.0 age adoption passing confidence

Release Notes

encode/httpx (httpx)

v0.24.1

Compare Source

Added
  • Provide additional context in some InvalidURL exceptions. (#​2675)
Fixed
  • Fix optional percent-encoding behaviour. (#​2671)
  • More robust checking for opening upload files in binary mode. (#​2630)
  • Properly support IP addresses in NO_PROXY environment variable. (#​2659)
  • Set default file for NetRCAuth() to None to use the stdlib default. (#​2667)
  • Set logging request lines to INFO level for async requests, in line with sync requests. (#​2656)
  • Fix which gen-delims need to be escaped for path/query/fragment components in URL. (#​2701)

v0.24.0

Compare Source

Changed
  • The logging behaviour has been changed to be more in-line with other standard Python logging usages. We no longer have a custom TRACE log level, and we no longer use the HTTPX_LOG_LEVEL environment variable to auto-configure logging. We now have a significant amount of DEBUG logging available at the network level. Full documentation is available at https://www.python-httpx.org/logging/ (#​2547, encode/httpcore#648)
  • The Response.iter_lines() method now matches the stdlib behaviour and does not include the newline characters. It also resolves a performance issue. (#​2423)
  • Query parameter encoding switches from using + for spaces and %2F for forward slash, to instead using %20 for spaces and treating forward slash as a safe, unescaped character. This differs from requests, but is in line with browser behavior in Chrome, Safari, and Firefox. Both options are RFC valid. (#​2543)
  • NetRC authentication is no longer automatically handled, but is instead supported by an explicit httpx.NetRCAuth() authentication class. See the documentation at https://www.python-httpx.org/advanced/#netrc-support (#​2525)
Removed
  • The rfc3986 dependancy has been removed. (#​2252)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies label Jul 3, 2023
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from f0ce36a to 3c136af Compare July 12, 2023 20:55
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 3c136af to 5dbefbe Compare July 22, 2023 08:25
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 5dbefbe to eb716c5 Compare August 2, 2023 11:47
@SigureMo SigureMo self-requested a review August 3, 2023 05:28
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 21a4a98 to 6491026 Compare August 4, 2023 01:46
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 6491026 to 9ff15ba Compare August 4, 2023 01:50
@SigureMo SigureMo force-pushed the main branch 2 times, most recently from 64b654a to 60cead4 Compare August 4, 2023 01:53
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 9ff15ba to d3401bf Compare August 4, 2023 01:53
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from d3401bf to da02bc0 Compare August 4, 2023 01:56
@SigureMo SigureMo merged commit 3f13aad into main Aug 4, 2023
12 checks passed
@SigureMo SigureMo deleted the renovate/dependencies-(non-major) branch August 4, 2023 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant