From 66c72051d6179b4789f2588e5ac9a9154b41e2c8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Mar 2026 11:13:49 +0000
Subject: [PATCH] Bump charset-normalizer from 3.4.5 to 3.4.6 (#12246)
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer)
from 3.4.5 to 3.4.6.
Release notes
Sourced from charset-normalizer's
releases.
Version 3.4.6
3.4.6
(2026-03-15)
Changed
- Flattened the logic in
charset_normalizer.md for higher
performance. Removed eligible(..) and
feed(...)
in favor of feed_info(...).
- Raised upper bound for mypy[c] to 1.20, for our optimized
version.
- Updated
UNICODE_RANGES_COMBINED using Unicode blocks
v17.
Fixed
- Edge case where noise difference between two candidates can be
almost insignificant. (#672)
- CLI
--normalize writing to wrong path when passing
multiple files in. (#702)
Misc
- Freethreaded pre-built wheels now shipped in PyPI starting with
3.14t. (#616)
Changelog
Sourced from charset-normalizer's
changelog.
3.4.6
(2026-03-15)
Changed
- Flattened the logic in
charset_normalizer.md for higher
performance. Removed eligible(..) and
feed(...)
in favor of feed_info(...).
- Raised upper bound for mypy[c] to 1.20, for our optimized
version.
- Updated
UNICODE_RANGES_COMBINED using Unicode blocks
v17.
Fixed
- Edge case where noise difference between two candidates can be
almost insignificant. (#672)
- CLI
--normalize writing to wrong path when passing
multiple files in. (#702)
Misc
- Freethreaded pre-built wheels now shipped in PyPI starting with
3.14t. (#616)
Commits
5478b84
Merge pull request #715
from jawah/release-3.4.6
5c0a09e
:heavy_check_mark: add confidence for threading usage, mostly due to
lru_cach...
ef826b2
:pencil: update changelog
5564f1a
:pencil: update docs accordingly
0f2cf7d
:pencil: update changelog
54a1894
:bug: fix --normalize writing to wrong path with multiple files
2177e28
:pencil: update changelog
b2497a5
:bug: edge case where noise difference between two candidates can be
almost i...
13a5d0b
:wrench: upgrade ci requirements
b9ffbd4
:wrench: enable 3.14t nox mypyc session
- Additional commits viewable in compare
view
[](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)
---
Dependabot commands and options
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 show 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
requirements/constraints.txt | 2 +-
requirements/dev.txt | 2 +-
requirements/doc-spelling.txt | 2 +-
requirements/doc.txt | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/requirements/constraints.txt b/requirements/constraints.txt
index 940be5cb67b..e4aa47f4e55 100644
--- a/requirements/constraints.txt
+++ b/requirements/constraints.txt
@@ -45,7 +45,7 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
-charset-normalizer==3.4.5
+charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
diff --git a/requirements/dev.txt b/requirements/dev.txt
index aee60f854e5..c4edc44e7d8 100644
--- a/requirements/dev.txt
+++ b/requirements/dev.txt
@@ -45,7 +45,7 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
-charset-normalizer==3.4.5
+charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt
index ab02b457683..ba87074591f 100644
--- a/requirements/doc-spelling.txt
+++ b/requirements/doc-spelling.txt
@@ -12,7 +12,7 @@ babel==2.18.0
# via sphinx
certifi==2026.2.25
# via requests
-charset-normalizer==3.4.5
+charset-normalizer==3.4.6
# via requests
click==8.3.1
# via towncrier
diff --git a/requirements/doc.txt b/requirements/doc.txt
index c8aac7adae0..a37f1f7d449 100644
--- a/requirements/doc.txt
+++ b/requirements/doc.txt
@@ -12,7 +12,7 @@ babel==2.18.0
# via sphinx
certifi==2026.2.25
# via requests
-charset-normalizer==3.4.5
+charset-normalizer==3.4.6
# via requests
click==8.3.1
# via towncrier