chore(deps): update dependency nh3 to v0.3.2 #89

Open
renovate-bot wants to merge 1 commit from renovate/nh3-0.x into master
Member

This PR contains the following updates:

Package Change Age Confidence
nh3 ==0.2.18 -> ==0.3.2 age confidence

Release Notes

messense/nh3 (nh3)

v0.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/messense/nh3/compare/v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/messense/nh3/compare/v0.3.0...v0.3.1

v0.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/messense/nh3/compare/v0.2.22...v0.3.0

v0.2.22

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/messense/nh3/compare/v0.2.21...v0.2.22

v0.2.21

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/messense/nh3/compare/v0.2.20...v0.2.21

v0.2.20

Compare Source

What's Changed

  • Bump pyo3 from 0.23.2 to 0.23.3 by @​dependabot in #​69
  • Add PEP 621 project metadata to pyproject.toml

Full Changelog: https://github.com/messense/nh3/compare/v0.2.19...v0.2.20

v0.2.19

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/messense/nh3/compare/v0.2.18...v0.2.19


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [nh3](https://github.com/messense/nh3) | `==0.2.18` -> `==0.3.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/nh3/0.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/nh3/0.2.18/0.3.2?slim=true) | --- ### Release Notes <details> <summary>messense/nh3 (nh3)</summary> ### [`v0.3.2`](https://github.com/messense/nh3/releases/tag/v0.3.2) [Compare Source](https://github.com/messense/nh3/compare/v0.3.1...v0.3.2) #### What's Changed - Upgrade GitHub Actions by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;94](https://github.com/messense/nh3/pull/94) - GitHub Actions: Stop reinstalling Rust on windows-11-arm by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;95](https://github.com/messense/nh3/pull/95) - Add README reference in pyproject.toml by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;97](https://github.com/messense/nh3/pull/97) - Keep GitHub Actions up to date with GitHub's Dependabot by [@&#8203;cclauss](https://github.com/cclauss) in [#&#8203;96](https://github.com/messense/nh3/pull/96) - Build wheels for Python 3.14 free-threaded by [@&#8203;messense](https://github.com/messense) in [#&#8203;100](https://github.com/messense/nh3/pull/100) #### New Contributors - [@&#8203;cclauss](https://github.com/cclauss) made their first contribution in [#&#8203;94](https://github.com/messense/nh3/pull/94) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.3.1...v0.3.2> ### [`v0.3.1`](https://github.com/messense/nh3/releases/tag/v0.3.1) [Compare Source](https://github.com/messense/nh3/compare/v0.3.0...v0.3.1) #### What's Changed - Bump ammonia from 4.1.1 to 4.1.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;93](https://github.com/messense/nh3/pull/93) - Bump pyo3 from 0.25.1 to 0.26.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;92](https://github.com/messense/nh3/pull/92) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.3.0...v0.3.1> ### [`v0.3.0`](https://github.com/messense/nh3/releases/tag/v0.3.0) [Compare Source](https://github.com/messense/nh3/compare/v0.2.22...v0.3.0) #### What's Changed - refactor: add reusable `Cleaner` API by [@&#8203;messense](https://github.com/messense) in [#&#8203;90](https://github.com/messense/nh3/pull/90) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.2.22...v0.3.0> ### [`v0.2.22`](https://github.com/messense/nh3/releases/tag/v0.2.22) [Compare Source](https://github.com/messense/nh3/compare/v0.2.21...v0.2.22) #### What's Changed - Build Windows arm64 wheels by [@&#8203;finnagin](https://github.com/finnagin) in [#&#8203;85](https://github.com/messense/nh3/pull/85) - Bump pyo3 from 0.25.0 to 0.25.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;86](https://github.com/messense/nh3/pull/86) - Bump ammonia from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;89](https://github.com/messense/nh3/pull/89) - Expose CSS filtering options by [@&#8203;exyi](https://github.com/exyi) in [#&#8203;87](https://github.com/messense/nh3/pull/87) #### New Contributors - [@&#8203;finnagin](https://github.com/finnagin) made their first contribution in [#&#8203;85](https://github.com/messense/nh3/pull/85) - [@&#8203;exyi](https://github.com/exyi) made their first contribution in [#&#8203;87](https://github.com/messense/nh3/pull/87) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.2.21...v0.2.22> ### [`v0.2.21`](https://github.com/messense/nh3/releases/tag/v0.2.21) [Compare Source](https://github.com/messense/nh3/compare/v0.2.20...v0.2.21) #### What's Changed - Add two additional examples for the documentation by [@&#8203;HelgeKrueger](https://github.com/HelgeKrueger) in [#&#8203;72](https://github.com/messense/nh3/pull/72) - Bump pyo3 from 0.23.3 to 0.23.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;75](https://github.com/messense/nh3/pull/75) #### New Contributors - [@&#8203;HelgeKrueger](https://github.com/HelgeKrueger) made their first contribution in [#&#8203;72](https://github.com/messense/nh3/pull/72) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.2.20...v0.2.21> ### [`v0.2.20`](https://github.com/messense/nh3/releases/tag/v0.2.20) [Compare Source](https://github.com/messense/nh3/compare/v0.2.19...v0.2.20) #### What's Changed - Bump pyo3 from 0.23.2 to 0.23.3 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;69](https://github.com/messense/nh3/pull/69) - Add PEP 621 project metadata to `pyproject.toml` **Full Changelog**: <https://github.com/messense/nh3/compare/v0.2.19...v0.2.20> ### [`v0.2.19`](https://github.com/messense/nh3/releases/tag/v0.2.19) [Compare Source](https://github.com/messense/nh3/compare/v0.2.18...v0.2.19) #### What's Changed - Add ALLOWED\_URL\_SCHEMES constant by [@&#8203;timothymctim](https://github.com/timothymctim) in [#&#8203;55](https://github.com/messense/nh3/pull/55) - Add docs for ALLOWED\_URL\_SCHEMES by [@&#8203;timothymctim](https://github.com/timothymctim) in [#&#8203;56](https://github.com/messense/nh3/pull/56) - Upgrade pyo3 to 0.23.2 by [@&#8203;messense](https://github.com/messense) in [#&#8203;65](https://github.com/messense/nh3/pull/65) - Build free-threaded wheels for python3.13t by [@&#8203;messense](https://github.com/messense) in [#&#8203;66](https://github.com/messense/nh3/pull/66) #### New Contributors - [@&#8203;timothymctim](https://github.com/timothymctim) made their first contribution in [#&#8203;55](https://github.com/messense/nh3/pull/55) **Full Changelog**: <https://github.com/messense/nh3/compare/v0.2.18...v0.2.19> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjQyLjI3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot force-pushed renovate/nh3-0.x from 6ed3023b96 to b27ec68d39 2025-05-12 05:29:15 +05:30 Compare
renovate-bot force-pushed renovate/nh3-0.x from b27ec68d39 to bbc061ed1d 2025-07-21 05:09:33 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency nh3 to v0.2.21 to chore(deps): update dependency nh3 to v0.3.0 2025-07-21 05:09:34 +05:30
renovate-bot changed title from chore(deps): update dependency nh3 to v0.3.0 to chore(deps): update dependency nh3 to v0.3.1 2025-10-13 05:14:49 +05:30
renovate-bot force-pushed renovate/nh3-0.x from bbc061ed1d to 36495275aa 2025-10-13 05:14:50 +05:30 Compare
renovate-bot changed title from chore(deps): update dependency nh3 to v0.3.1 to chore(deps): update dependency nh3 to v0.3.2 2025-11-03 05:16:42 +05:30
renovate-bot force-pushed renovate/nh3-0.x from 36495275aa to a76500dcd1
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
2025-11-03 05:16:44 +05:30
Compare
Some checks are pending
ci/woodpecker/pull_request_metadata/woodpecker Pipeline is pending
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/nh3-0.x:renovate/nh3-0.x
git switch renovate/nh3-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/nh3-0.x
git switch renovate/nh3-0.x
git rebase master
git switch master
git merge --ff-only renovate/nh3-0.x
git switch renovate/nh3-0.x
git rebase master
git switch master
git merge --no-ff renovate/nh3-0.x
git switch master
git merge --squash renovate/nh3-0.x
git switch master
git merge --ff-only renovate/nh3-0.x
git switch master
git merge renovate/nh3-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ForgeFlux/ftest-common-py!89
No description provided.