From 584deb0e19194e4e84a0e556dd152282de8823dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:58:34 +0000 Subject: [PATCH] Update urllib3 requirement from 2.3.0 to 2.7.0 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 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 17b14c5b..0df05e20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ recommonmark = { version = "*", optional = true } graphviz = { version = "*", optional = true } m2r = { version = "*", optional = true } mistune = { version = "0.8.4", optional = true } -urllib3 = { version = "2.3.0", optional = true } +urllib3 = { version = "2.7.0", optional = true } lxml_html_clean = { version = "*", optional = true } [tool.poetry.extras]