Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump charset-normalizer from 3.2.0 to 3.3.0 (#471)
Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Ousret/charset_normalizer/releases">charset-normalizer's releases</a>.</em></p> <blockquote> <h2>Release 3.3.0</h2> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0">3.3.0</a> (2023-09-30)</h2> <h3>Added</h3> <ul> <li>Allow to execute the CLI (e.g. normalizer) through <code>python -m charset_normalizer.cli</code> or <code>python -m charset_normalizer</code></li> <li>Support for 9 forgotten encodings that are supported by Python but unlisted in <code>encoding.aliases</code> as they have no alias (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/323">#323</a>)</li> </ul> <h3>Removed</h3> <ul> <li>(internal) Redundant utils.is_ascii function and unused function is_private_use_only</li> <li>(internal) charset_normalizer.assets is moved inside charset_normalizer.constant</li> </ul> <h3>Changed</h3> <ul> <li>(internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection</li> <li>Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8</li> </ul> <h3>Fixed</h3> <ul> <li>Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/350">#350</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md">charset-normalizer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0">3.3.0</a> (2023-09-30)</h2> <h3>Added</h3> <ul> <li>Allow to execute the CLI (e.g. normalizer) through <code>python -m charset_normalizer.cli</code> or <code>python -m charset_normalizer</code></li> <li>Support for 9 forgotten encoding that are supported by Python but unlisted in <code>encoding.aliases</code> as they have no alias (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/323">#323</a>)</li> </ul> <h3>Removed</h3> <ul> <li>(internal) Redundant utils.is_ascii function and unused function is_private_use_only</li> <li>(internal) charset_normalizer.assets is moved inside charset_normalizer.constant</li> </ul> <h3>Changed</h3> <ul> <li>(internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection</li> <li>Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.7</li> </ul> <h3>Fixed</h3> <ul> <li>Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in __lt__ (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/350">#350</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Ousret/charset_normalizer/commit/165211a4edb601b5ff302157b967365ecd2a5858"><code>165211a</code></a> :bookmark: Release 3.3.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/353">#353</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/5aed9a4910687e456c4249b445b428bb13cecef6"><code>5aed9a4</code></a> :bug: Fix unreachable code in the sorting algorithm of CharsetMatch (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/352">#352</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/061a71b2e7400aa9e3631e925222beb158765aae"><code>061a71b</code></a> :arrow_up: Bump actions/checkout from 4.0.0 to 4.1.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/348">#348</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/88df580b74674ec3bc2ed56a6561f9ba60a98f7b"><code>88df580</code></a> :arrow_up: Bump github/codeql-action from 2.21.7 to 2.21.9 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/351">#351</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/aa0234b4922138fc5cdab30abcd54ebcc90820c0"><code>aa0234b</code></a> :arrow_up: Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/349">#349</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/58f69f76983fc2042b4f47037c02d2d74ecec2cc"><code>58f69f7</code></a> :arrow_up: Bump github/codeql-action from 2.21.5 to 2.21.7 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/345">#345</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/e7c2d8e280be1888be0fb003025fb18313ab19bd"><code>e7c2d8e</code></a> :arrow_up: Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/346">#346</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/5abf47f39459e134e1744d89d4790492f8127c87"><code>5abf47f</code></a> :arrow_up: Bump pytest from 7.4.1 to 7.4.2 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/342">#342</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/50a138e02502899f591017ecafc8edd94f196796"><code>50a138e</code></a> :arrow_up: Bump actions/checkout from 3.6.0 to 4.0.0 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/343">#343</a>)</li> <li><a href="https://github.com/Ousret/charset_normalizer/commit/5da7047ff438e9f896875bbef43ea22a2dee76ab"><code>5da7047</code></a> :arrow_up: Bump actions/upload-artifact from 3.1.2 to 3.1.3 (<a href="https://redirect.github.com/Ousret/charset_normalizer/issues/344">#344</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=charset-normalizer&package-manager=pip&previous-version=3.2.0&new-version=3.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
- Loading branch information