Skip to content

Commit

Permalink
Update urllib3 requirement from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 165b533 commit 3114071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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]
Expand Down

0 comments on commit 3114071

Please sign in to comment.