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

Update niquests requirement from ~=3.10.0 to ~=3.11.0 #18

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2024

Updates the requirements on niquests to permit the latest version.

Release notes

Sourced from niquests's releases.

Version 3.11.0

3.11.0 (2024-11-20)

Added

  • base_url parameter to niquests.Session or niquests.AsyncSession. automatically prefix every request emitted with it. (#179)

Fixed

  • warning about coroutine method 'aclose' of 'AsyncSession.resolve_redirects' was never awaited.
Changelog

Sourced from niquests's changelog.

3.11.0 (2024-11-20)

Added

  • base_url parameter to niquests.Session or niquests.AsyncSession. automatically prefix every request emitted with it. (#179)

Fixed

  • warning about coroutine method 'aclose' of 'AsyncSession.resolve_redirects' was never awaited.

3.10.3 (2024-11-13)

Fixed

  • Resolving lazy responses when emitted through a SOCKS, HTTP or HTTPS proxy. (#170)

3.10.2 (2024-10-25)

Fixed

  • Ensure stream, and verify both defaults to your Session parameters.

3.10.1 (2024-10-22)

Fixed

  • Exception leak from urllib3-future when gathering / resolving lazy responses.

3.10.0 (2024-10-21)

Added

  • Automatic Advanced Keep-Alive for HTTP/2 and HTTP/3 over QUIC by sending PING frames. New Session, and Adapter parameters are now available: keepalive_delay, and keepalive_idle_window. This greatly improves your daily experience working with HTTP/2+ remote peers.

Fixed

  • Unshielded picotls assertion error in Python < 3.10 when trying to fetch the peer intermediate certificate.

3.9.1 (2024-10-13)

Fixed

  • Exception leak from urllib3-future when using WebSocket.
  • Enforcing HTTP/3 in an AsyncSession. (#152)
  • Adapter kwargs fallback to support old Requests extensions.
  • Type hint for Response.extension linked to the generic interface instead of the inherited ones.
  • Accessing WS over HTTP/2+ using the synchronous session object.

Misc

  • Documentation improvement for in-memory certificates and WebSocket use cases.

... (truncated)

Commits
  • dd70717 🐛 fix warning about coroutine method 'aclose' of 'AsyncSession.resolve_re...
  • ce15eb6 🔥 remove debug print in prepare
  • 5d9b5e3 ❇️ Add base_url setting in Session/AsyncSession (#180)
  • d14091e 🐛 fix resolving lazy responses when emitted through a SOCKS, HTTP or HTTP...
  • 3e31774 ⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0 (#173)
  • bc752fd Improve tests & docs (#172)
  • 212c950 ⬆️ Bump github/codeql-action from 3.26.0 to 3.27.0 (#168)
  • 1a7e195 ⬆️ Bump actions/setup-python from 5.2.0 to 5.3.0 (#169)
  • bdf7f83 Fix in session defaults for verify, and stream (#167)
  • 5dd7d8f 🐛 fix exception leak from urllib3-future when resolving lazy responses (#...
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [niquests](https://github.com/jawah/niquests) to permit the latest version.
- [Release notes](https://github.com/jawah/niquests/releases)
- [Changelog](https://github.com/jawah/niquests/blob/main/HISTORY.md)
- [Commits](jawah/niquests@v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: niquests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2024
@CNSeniorious000 CNSeniorious000 merged commit 51ec30f into main Nov 20, 2024
16 checks passed
@dependabot dependabot bot deleted the dependabot/pip/niquests-approx-eq-3.11.0 branch November 20, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant