Skip to content

Commit f68ffda

Browse files
build(deps): update urllib3 requirement from >=1.26.11 to >=1.26.20
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@1.26.11...1.26.20) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 1.26.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f3f3eb commit f68ffda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ typing = [
4444
"mypy",
4545
# =================
4646
# TODO: remove redundant urllib3 and certifi after proper migration from setup.py
47-
"urllib3>=1.26.11",
47+
"urllib3>=1.26.20",
4848
"certifi",
4949
# =================
5050
"types-protobuf",

0 commit comments

Comments
 (0)