Skip to content

Commit

Permalink
Update dependency charset-normalizer to v3.4.1 (#302)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[charset-normalizer](https://github.com/jawah/charset_normalizer)
([changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md))
| `==3.4.0` -> `==3.4.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/charset-normalizer/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/charset-normalizer/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/charset-normalizer/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/charset-normalizer/3.4.0/3.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
lettuce-bot[bot] authored Dec 25, 2024
2 parents f799518 + 9105480 commit 60fbc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.0
charset-normalizer==3.4.1
click==8.1.8
cryptography==44.0.0
Deprecated==1.2.15
Expand Down

0 comments on commit 60fbc03

Please sign in to comment.