WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3114071

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] <[email protected]>
1 parent 165b533 commit 3114071

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
@@ -50,7 +50,7 @@ recommonmark = { version = "*", optional = true }
5050
graphviz = { version = "*", optional = true }
5151
m2r = { version = "*", optional = true }
5252
mistune = { version = "0.8.4", optional = true }
53-
urllib3 = { version = "2.2.2", optional = true }
53+
urllib3 = { version = "2.3.0", optional = true }
5454
lxml_html_clean = { version = "*", optional = true }
5555

5656
[tool.poetry.extras]

0 commit comments

Comments
 (0)