Skip to content

Commit eeb133c

Browse files
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](urllib3/urllib3@2.2.2...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa75677 commit eeb133c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ recommonmark = { version = "*", optional = true }
5151
graphviz = { version = "*", optional = true }
5252
m2r = { version = "*", optional = true }
5353
mistune = { version = "0.8.4", optional = true }
54-
urllib3 = { version = "2.2.2", optional = true }
54+
urllib3 = { version = "2.3.0", optional = true }
5555
lxml_html_clean = { version = "*", optional = true }
5656

5757
[tool.poetry.extras]

0 commit comments

Comments
 (0)