fix(deps): update dependency charset-normalizer to v3.4.1 #332

Merged
luke merged 1 commits from renovate/charset-normalizer-3.x into main 2025-01-03 19:06:05 +01:00
Owner

This PR contains the following updates:

Package Update Change
charset-normalizer (changelog) patch ==3.4.0 -> ==3.4.1

Release Notes

jawah/charset_normalizer (charset-normalizer)

v3.4.1

Compare Source

Changed
  • Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend.
  • Enforce annotation delayed loading for a simpler and consistent types in the project.
  • Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
  • pre-commit configuration.
  • noxfile.
Removed
  • build-requirements.txt as per using pyproject.toml native build configuration.
  • bin/integration.py and bin/serve.py in favor of downstream integration test (see noxfile).
  • setup.cfg in favor of pyproject.toml metadata configuration.
  • Unused utils.range_scan function.
Fixed
  • Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. (#​572)
  • Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+

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 is behind base branch, 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 | Update | Change | |---|---|---| | [charset-normalizer](https://github.com/jawah/charset_normalizer) ([changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)) | patch | `==3.4.0` -> `==3.4.1` | --- ### Release Notes <details> <summary>jawah/charset_normalizer (charset-normalizer)</summary> ### [`v3.4.1`](https://github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#341-2024-12-24) [Compare Source](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) ##### Changed - Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend. - Enforce annotation delayed loading for a simpler and consistent types in the project. - Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8 ##### Added - pre-commit configuration. - noxfile. ##### Removed - `build-requirements.txt` as per using `pyproject.toml` native build configuration. - `bin/integration.py` and `bin/serve.py` in favor of downstream integration test (see noxfile). - `setup.cfg` in favor of `pyproject.toml` metadata configuration. - Unused `utils.range_scan` function. ##### Fixed - Converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. ([#&#8203;572](https://github.com/jawah/charset_normalizer/issues/572)) - Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+ </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 is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovate-bot added the
dependencies
label 2025-01-03 19:01:29 +01:00
renovate-bot added 1 commit 2025-01-03 19:01:30 +01:00
fix(deps): update dependency charset-normalizer to v3.4.1
All checks were successful
Enforce Conventional Commit PR Title / Validate PR Title (pull_request) Successful in 5s
CI / ci (pull_request) Successful in 1m42s
ee3e2a302b
renovate-bot requested review from luke 2025-01-03 19:01:30 +01:00
luke force-pushed renovate/charset-normalizer-3.x from ee3e2a302b to eb80f304c7 2025-01-03 19:04:26 +01:00 Compare
luke merged commit eb80f304c7 into main 2025-01-03 19:06:05 +01:00
luke deleted branch renovate/charset-normalizer-3.x 2025-01-03 19:06:05 +01:00
Sign in to join this conversation.
No description provided.