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

build(deps): update niquests requirement from ~=3.8.0 to ~=3.9.0 #2

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Updates the requirements on niquests to permit the latest version.

Release notes

Sourced from niquests's releases.

Version 3.9.0

3.9.0 (2024-10-08)

Added

  • Support for WebSocket over HTTP/1, HTTP/2 and HTTP/3. It brings a unified API that makes you leverage our powerful features like Happy Eyeballs, SOCKS/HTTP/HTTPS proxies, thread/task safety etc...
  • Hook for catching early responses like "103 Early Hints".

Fixed

  • Informational responses are fully supported over HTTP/1, HTTP/2 and HTTP/3.

Changed

  • urllib3-future lower bound version is raised to 2.10.900.

We are thankful to @​microsoft and involved parties for funding our work through the Microsoft FOSS Fund program.

Changelog

Sourced from niquests's changelog.

3.9.0 (2024-10-08)

Added

  • Support for WebSocket over HTTP/1, HTTP/2 and HTTP/3. It brings a unified API that makes you leverage our powerful features like Happy Eyeballs, SOCKS/HTTP/HTTPS proxies, thread/task safety etc...
  • Hook for catching early responses like "103 Early Hints".

Fixed

  • Informational responses are fully supported over HTTP/1, HTTP/2 and HTTP/3.

Changed

  • urllib3-future lower bound version is raised to 2.10.900.

3.8.0 (2024-09-24)

Added

  • Support for HTTP Trailers.
  • Help script now yield warnings if update are available for each sub dependencies.

Fixed

  • Setting a list of Resolver.

Changed

  • urllib3-future lower bound version is raised to 2.9.900 (for http trailer support).
  • relax strict kwargs passing in Session adapters (required for some plugins).

3.7.2 (2024-07-09)

Fixed

  • DummyLock injected into RequestsCookieJar is not fully compatible, thus breaking AsyncSession on certain scenario. (#136)

3.7.1 (2024-07-07)

Added

  • Official support for Python 3.13 This has been tested outside GitHub CI due to httpbin unready state for 3.13[...]
  • Support for asynchronous auth callables.
  • Support for asynchronous bodies through AsyncIterable that yield either bytes or str.
  • Support for purposely excluding a domain/port from connecting to QUIC/HTTP3 via the quic_cache_layer property of Session. In order to exclude cloudflare.com from HTTP3 auto-upgrade:
    from niquests import Session
    s = Session()
    s.quic_cache_layer.exclude_domain("cloudflare.com")

... (truncated)

Commits

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.8.0...v3.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 8, 2024
@CNSeniorious000 CNSeniorious000 merged commit 34330a5 into main Oct 8, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/pip/niquests-approx-eq-3.9.0 branch October 8, 2024 20:47
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant