From f68ffda4db7ab6ac70e7c63a4edda5c401c364ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:55:44 +0000 Subject: [PATCH] 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](https://github.com/urllib3/urllib3/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92f1806187..0de5981516 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ typing = [ "mypy", # ================= # TODO: remove redundant urllib3 and certifi after proper migration from setup.py - "urllib3>=1.26.11", + "urllib3>=1.26.20", "certifi", # ================= "types-protobuf",