From 6a7338127a1cc31d204be8cc02aca931ef8699ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:17:25 +0000 Subject: [PATCH] build(deps): bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 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/1.26.20...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Transformer foundations/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt b/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt index 5534f3e..9823aa7 100644 --- a/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt +++ b/Machine Learning Foundations and Introduction to LLMs/Transformer foundations/requirements.txt @@ -63,6 +63,6 @@ traitlets==5.14.3 transformers==4.40.0 typing_extensions==4.15.0 tzdata==2026.1 -urllib3==1.26.20 +urllib3==2.7.0 wcwidth==0.6.0 zipp==3.23.1