Skip to content

Commit

Permalink
Bump charset-normalizer from 3.1.0 to 3.2.0 (#114)
Browse files Browse the repository at this point in the history
Bumps [charset-normalizer](https://github.com/Ousret/charset_normalizer)
from 3.1.0 to 3.2.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>Version 3.2.0</h2>
<h2><a
href="https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.2.0">3.2.0</a>
(2023-06-07)</h2>
<h3>Changed</h3>
<ul>
<li>Typehint for function <code>from_path</code> no longer enforce
<code>PathLike</code> as its first argument</li>
<li>Minor improvement over the global detection reliability</li>
</ul>
<h3>Added</h3>
<ul>
<li>Introduce function <code>is_binary</code> that relies on main
capabilities, and is optimized to detect binaries</li>
<li>Propagate <code>enable_fallback</code> argument throughout
<code>from_bytes</code>, <code>from_path</code>, and
<code>from_fp</code> that allow a deeper control over the detection
(default True)</li>
<li>Explicit support for Python 3.12</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Edge case detection failure where a file would contain 'very-long'
camel-cased word (Issue <a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/289">#289</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.1.0...3.2.0">3.2.0</a>
(2023-06-07)</h2>
<h3>Changed</h3>
<ul>
<li>Typehint for function <code>from_path</code> no longer enforce
<code>PathLike</code> as its first argument</li>
<li>Minor improvement over the global detection reliability</li>
</ul>
<h3>Added</h3>
<ul>
<li>Introduce function <code>is_binary</code> that relies on main
capabilities, and optimized to detect binaries</li>
<li>Propagate <code>enable_fallback</code> argument throughout
<code>from_bytes</code>, <code>from_path</code>, and
<code>from_fp</code> that allow a deeper control over the detection
(default True)</li>
<li>Explicit support for Python 3.12</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Edge case detection failure where a file would contain 'very-long'
camel cased word (Issue <a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/289">#289</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/0424c805c968d81f90281bf1ea0c7a1cd15b0281"><code>0424c80</code></a>
Add workflow_call for ci.yml workflow (reusable) (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/307">#307</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/782885e789f0e97fbda796255a3bac5ec4cd656f"><code>782885e</code></a>
Fix issue 289, add function is_binary, add explicit support py 3.12 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/306">#306</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/1b0fb5cb06bb0e89bf47b954757fe664e5cd2e0d"><code>1b0fb5c</code></a>
:arrow_up: Bump pytest from 7.3.2 to 7.4.0 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/304">#304</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/3acf08eac971a76fe6e2b6f6d950289e7c2a0ff3"><code>3acf08e</code></a>
:arrow_up: Bump mypy from 1.3.0 to 1.4.1 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/305">#305</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/5c030b5e6f000bac2b923e3035b705ffb0d7c835"><code>5c030b5</code></a>
Replace emoji shortcodes with UTF-8 emoji (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/303">#303</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/f9f686b1d6d3cf791e989cb64a0d121d42365473"><code>f9f686b</code></a>
:arrow_up: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/302">#302</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/d42cdaf80c391b01f3c0f6d89fcdbdf4ae55018b"><code>d42cdaf</code></a>
:arrow_up: Bump slsa-framework/slsa-github-generator from 1.6.0 to 1.7.0
(<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/301">#301</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/f8e7db1df076492957aa4088d85c3a586a14b10a"><code>f8e7db1</code></a>
:arrow_up: Bump pytest from 7.3.1 to 7.3.2 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/300">#300</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/6f029624ee63d96175af84c233fa4c4a069e7001"><code>6f02962</code></a>
:arrow_up: Bump pytest-cov from 4.0.0 to 4.1.0 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/298">#298</a>)</li>
<li><a
href="https://github.com/Ousret/charset_normalizer/commit/8028c56fb5c1e640cb81371e451b498770825880"><code>8028c56</code></a>
:arrow_up: Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 (<a
href="https://redirect.github.com/Ousret/charset_normalizer/issues/299">#299</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.2.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.1.0&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 5d8e503 commit e42dd60
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
Expand Up @@ -2,7 +2,7 @@ annotated-types==0.5.0
anyio==3.7.0
black==23.3.0
certifi==2023.7.22
charset-normalizer==3.1.0
charset-normalizer==3.2.0
click==8.1.3
colorlog==6.7.0
diskcache==5.6.1
Expand Down

0 comments on commit e42dd60

Please sign in to comment.