From b4c2152f417b87419702152a460a8e6e3f76e885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:40:50 +0000 Subject: [PATCH] build(deps): Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [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/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a637304..feaf867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -92,7 +92,7 @@ typing-extensions==4.12.2 # typing-inspection typing-inspection==0.4.1 # via pydantic -urllib3==2.6.3 +urllib3==2.7.0 # via # requests # sentry-sdk diff --git a/requirements_dev.txt b/requirements_dev.txt index 5df414e..9885590 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -131,7 +131,7 @@ typing-inspection==0.4.1 # via # -r requirements.txt # pydantic -urllib3==2.6.3 +urllib3==2.7.0 # via # -r requirements.txt # requests