From d9bd1be0688be850271677ed6c1ddae5338a5858 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 Apr 2026 10:52:47 +0000
Subject: [PATCH] Bump charset-normalizer from 3.4.6 to 3.4.7 (#12310)
Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer)
from 3.4.6 to 3.4.7.
Release notes
Sourced from charset-normalizer's
releases.
Version 3.4.7
3.4.7
(2026-04-02)
Changed
- Pre-built optimized version using mypy[c] v1.20.
- Relax
setuptools constraint to
setuptools>=68,<82.1.
Fixed
- Correctly remove SIG remnant in utf-7 decoded string. (#718)
(#716)
Changelog
Sourced from charset-normalizer's
changelog.
3.4.7
(2026-04-02)
Changed
- Pre-built optimized version using mypy[c] v1.20.
- Relax
setuptools constraint to
setuptools>=68,<82.1.
Fixed
- Correctly remove SIG remnant in utf-7 decoded string. (#718)
(#716)
Commits
0f07891
Merge pull request #729
from jawah/release-3.4.7
fdbeb29
chore: update dev, and ci requirements
b66f922
chore: add ft classifier
f94249d
chore: add test cases for utf_7 recent fix
95c866f
chore: bump version to 3.4.7
4f429bb
chore: bump mypy pre-commit to v1.20
b579cd6
fix: correctly remove SIG remnant in utf-7 decoded string
58bf944
:arrow_up: Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)
44cf8a1
:arrow_up: Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)
362bc20
:arrow_up: Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)
- 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 a953cd102db..0257215a92e 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.6
+charset-normalizer==3.4.7
# via requests
click==8.3.1
# via
diff --git a/requirements/dev.txt b/requirements/dev.txt
index 0ecbc35f537..f709783920f 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.6
+charset-normalizer==3.4.7
# via requests
click==8.3.1
# via
diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt
index 08f3402cf6b..57eee7f597a 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.6
+charset-normalizer==3.4.7
# via requests
click==8.3.1
# via towncrier
diff --git a/requirements/doc.txt b/requirements/doc.txt
index 5e57949fa87..6f94e5926cd 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.6
+charset-normalizer==3.4.7
# via requests
click==8.3.1
# via towncrier