From b557ef936f4b604d2e77312f7b47e2f610a43120 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 18:32:07 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 in /ch13/requirements 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] --- ch13/requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/requirements/requirements.txt b/ch13/requirements/requirements.txt index 9ab4579..e599b74 100644 --- a/ch13/requirements/requirements.txt +++ b/ch13/requirements/requirements.txt @@ -324,7 +324,7 @@ tzdata==2024.2 # via pandas uri-template==1.3.0 # via jsonschema -urllib3==2.6.3 +urllib3==2.7.0 # via requests wcwidth==0.2.13 # via prompt-toolkit