From 4b3f809abb48da8b925f1e4288aceb967034aed8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:25:25 +0000 Subject: [PATCH] Update urllib3 requirement from 2.2.2 to 2.3.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.2.2...2.3.0) --- updated-dependencies: - dependency-name: urllib3 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 6d2b9b60b..c58e09275 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ recommonmark = { version = "*", optional = true } graphviz = { version = "*", optional = true } m2r = { version = "*", optional = true } mistune = { version = "0.8.4", optional = true } -urllib3 = { version = "2.2.2", optional = true } +urllib3 = { version = "2.3.0", optional = true } lxml_html_clean = { version = "*", optional = true } [tool.poetry.extras]