-
Notifications
You must be signed in to change notification settings - Fork 882
Commit 0e6b71d
authored
Update dependency charset-normalizer to v3.4.1 (#1939)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[charset-normalizer](https://redirect.github.com/jawah/charset_normalizer)
([changelog](https://redirect.github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md))
| minor | `==3.3.0` -> `==3.4.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>jawah/charset_normalizer (charset-normalizer)</summary>
###
[`v3.4.1`](https://redirect.github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#341-2024-12-24)
[Compare
Source](https://redirect.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`.
([#​572](https://redirect.github.com/jawah/charset_normalizer/issues/572))
- Deprecation warning "'count' is passed as positional argument" when
converting to Unicode bytes on Python 3.13+
###
[`v3.4.0`](https://redirect.github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#340-2024-10-08)
[Compare
Source](https://redirect.github.com/jawah/charset_normalizer/compare/3.3.2...3.4.0)
##### Added
- Argument `--no-preemptive` in the CLI to prevent the detector to
search for hints.
- Support for Python 3.13
([#​512](https://redirect.github.com/jawah/charset_normalizer/issues/512))
##### Fixed
- Relax the TypeError exception thrown when trying to compare a
CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user
feedbacks.
([#​520](https://redirect.github.com/jawah/charset_normalizer/issues/520))
([#​509](https://redirect.github.com/jawah/charset_normalizer/issues/509))
([#​498](https://redirect.github.com/jawah/charset_normalizer/issues/498))
([#​407](https://redirect.github.com/jawah/charset_normalizer/issues/407))
([#​537](https://redirect.github.com/jawah/charset_normalizer/issues/537))
- Declared charset in content (preemptive detection) not changed when
converting to utf-8 bytes.
([#​381](https://redirect.github.com/jawah/charset_normalizer/issues/381))
###
[`v3.3.2`](https://redirect.github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#332-2023-10-31)
[Compare
Source](https://redirect.github.com/jawah/charset_normalizer/compare/3.3.1...3.3.2)
##### Fixed
- Unintentional memory usage regression when using large payload that
match several encoding
([#​376](https://redirect.github.com/jawah/charset_normalizer/issues/376))
- Regression on some detection case showcased in the documentation
([#​371](https://redirect.github.com/jawah/charset_normalizer/issues/371))
##### Added
- Noise (md) probe that identify malformed arabic representation due to
the presence of letters in isolated form (credit to my wife)
###
[`v3.3.1`](https://redirect.github.com/jawah/charset_normalizer/blob/HEAD/CHANGELOG.md#331-2023-10-22)
[Compare
Source](https://redirect.github.com/jawah/charset_normalizer/compare/3.3.0...3.3.1)
##### Changed
- Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8
- Improved the general detection reliability based on reports from the
community
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **Automerge**: Enabled.
♻ **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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 4856b17 commit 0e6b71dCopy full SHA for 0e6b71d
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- aws-py-oidc-provider-pulumi-cloud
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedaws-py-oidc-provider-pulumi-cloud/requirements.txt
Copy file name to clipboardExpand all lines: aws-py-oidc-provider-pulumi-cloud/requirements.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
0 commit comments