From 1699031910e77d5428dd2b13a265a3d12c589be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 22:23:40 +0000 Subject: [PATCH] [pip] (deps): Bump urllib3 from 2.3.0 to 2.5.0 in the pip group Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.3.0 to 2.5.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.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 965f26d..454540d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ python-json-logger==3.2.1 # via hatch.envs.default requests==2.32.4 # via hatch.envs.default -urllib3==2.3.0 +urllib3==2.5.0 # via requests diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index af0b26d..b025b7a 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -141,7 +141,7 @@ typing-extensions==4.12.2 # textual uc-micro-py==1.0.3 # via linkify-it-py -urllib3==2.3.0 +urllib3==2.5.0 # via requests virtualenv==20.28.1 # via pre-commit