From 6980d1d1df6beeca716ef9d40899aaf0acb8b511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:13:23 +0000 Subject: [PATCH] build(deps): update charset-normalizer requirement Updates the requirements on [charset-normalizer](https://github.com/jawah/charset_normalizer) to permit the latest version. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.2...3.4.9) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d1d1f0ec..0a85cedce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ dependencies = [ "websocket-client>=1.7.0", "urllib3>=2.7.0", "certifi>=2025.4.26", - "charset-normalizer>=3.4.2", + "charset-normalizer>=3.4.9", "idna>=3.18", "MarkupSafe>=3.0.2", "markdown>=3.5", # Markdown-to-HTML rendering for artifact converters