From ea751928a718b579bc862753e3678ac4daad082d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:39:52 +0000 Subject: [PATCH] chore(deps-dev): bump urllib3 in the uv group across 1 directory Bumps the uv group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.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.2.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:development dependency-group: uv ... Signed-off-by: dependabot[bot] --- requirements-dev-exp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev-exp.txt b/requirements-dev-exp.txt index 7881e9018..d9a11459b 100644 --- a/requirements-dev-exp.txt +++ b/requirements-dev-exp.txt @@ -86,5 +86,5 @@ tomlkit>=0.14.0 tornado>=6.5.5 traits>=7.1.0 tzdata>=2025.3 -urllib3>=2.6.3 +urllib3>=2.7.0 uvicorn>=0.40.0