Skip to content

chore(deps): bump niquests from 3.17.0 to 3.18.2#201

Merged
edward-ly merged 1 commit intomainfrom
dependabot/pip/niquests-3.18.2
Mar 18, 2026
Merged

chore(deps): bump niquests from 3.17.0 to 3.18.2#201
edward-ly merged 1 commit intomainfrom
dependabot/pip/niquests-3.18.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps niquests from 3.17.0 to 3.18.2.

Release notes

Sourced from niquests's releases.

Version 3.18.2

3.18.2 (2026-03-12)

Fixed

  • Unprepared URLs when scheme don't contain http.
  • Edge case false positive scheme detection in url. (#349)
  • Netrc don't work when base_url is set. (#348)

Version 3.18.1

3.18.1 (2026-03-09)

Fixed

  • Module 'importlib' has no attribute 'util'. (#344)

Version 3.18.0

3.18.0 (2026-03-09)

Added

  • Experimental support for WASM through Pyodide. (#219) Niquests should be able to automatically operate in the browser or a Node interpreter. We tested Chrome (v137+), Firefox (v131+), and Node (v22+). You must enable JSPI if not already available by default.
  • Passing auth parameter through Session or AsyncSession constructor. (#337)
  • Automatic WebSocket and SSE for ASGI and Automatic SSE for WSGI.
  • Automatic WebSocket and SSE for Unix socket through psse+unix:// and ws+unix:// schemes. (#325)

Fixed

  • Coroutine tell never awaited when using aiofiles file wrapper or alike in async. (#334)
  • Missing typing overload for AsyncSession.send method. (#335)

Misc

  • Improved import delay performance by delaying some dependencies load (notably qh3 and wassima). (#333)
  • Made niquests.typing.TLSVerifyType without a lazy PathLike reference for Python 3.9+ (#324)
Changelog

Sourced from niquests's changelog.

3.18.2 (2026-03-12)

Fixed

  • Unprepared URLs when scheme don't contain http.
  • Edge case false positive scheme detection in url. (#349)
  • Netrc don't work when base_url is set. (#348)

3.18.1 (2026-03-09)

Fixed

  • Module 'importlib' has no attribute 'util'. (#344)

3.18.0 (2026-03-09)

Added

  • Experimental support for WASM through Pyodide. (#219) Niquests should be able to automatically operate in the browser or a Node interpreter. We tested Chrome (v137+), Firefox (v131+), and Node (v22+). You must enable JSPI if not already available by default.
  • Passing auth parameter through Session or AsyncSession constructor. (#337)
  • Automatic WebSocket and SSE for ASGI and Automatic SSE for WSGI.
  • Automatic WebSocket and SSE for Unix socket through psse+unix:// and ws+unix:// schemes. (#325)

Fixed

  • Coroutine tell never awaited when using aiofiles file wrapper or alike in async. (#334)
  • Missing typing overload for AsyncSession.send method. (#335)

Misc

  • Improved import delay performance by delaying some dependencies load (notably qh3 and wassima). (#333)
  • Made niquests.typing.TLSVerifyType without a lazy PathLike reference for Python 3.9+ (#324)
Commits
  • a3e58ca Release 3.18.2 (#350)
  • 986a018 📝 changelog for 3.18.2
  • 1a2465c 🔖 bump to 3.18.2
  • 17dbad2 🐛 netrc don't work when base_url is set
  • a65c221 🐛 unprepared URLs when scheme don't contain http
  • 3814155 🐛 edge case false positive scheme detection in url
  • 72434a5 ⬆️ Bump actions/setup-node from 6.2.0 to 6.3.0 (#347)
  • 776d783 🐛 fix coincidental missing import in packages.py (#345)
  • 0918ef3 ⬆️ Bump actions/download-artifact from 7.0.0 to 8.0.0 (#341)
  • 3d868c6 ⬆️ Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#340)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [niquests](https://github.com/jawah/niquests) from 3.17.0 to 3.18.2.
- [Release notes](https://github.com/jawah/niquests/releases)
- [Changelog](https://github.com/jawah/niquests/blob/main/HISTORY.md)
- [Commits](jawah/niquests@v3.17.0...v3.18.2)

---
updated-dependencies:
- dependency-name: niquests
  dependency-version: 3.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update python code labels Mar 14, 2026
@edward-ly edward-ly merged commit 43330b2 into main Mar 18, 2026
6 checks passed
@edward-ly edward-ly deleted the dependabot/pip/niquests-3.18.2 branch March 18, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant