From 052cc78ff259d8072ad12a1d3da4295bad3e44cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:47:26 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.6.3. - [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.1...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 58c6317..287179b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ identify==2.5.35 idna==3.6 # via requests jafgen==0.4.12 + # via -r requirements.in markdown-it-py==3.0.0 # via rich mdurl==0.1.2 @@ -30,6 +31,7 @@ numpy==1.26.4 platformdirs==4.2.0 # via virtualenv pre-commit==3.7.0 + # via -r requirements.in pygments==2.17.2 # via rich python-dateutil==2.9.0.post0 @@ -37,10 +39,9 @@ python-dateutil==2.9.0.post0 pyyaml==6.0.1 # via pre-commit requests==2.31.0 + # via -r requirements.in rich==13.7.1 # via typer -setuptools==69.2.0 - # via nodeenv shellingham==1.5.4 # via typer six==1.16.0 @@ -49,7 +50,7 @@ typer==0.12.3 # via jafgen typing-extensions==4.11.0 # via typer -urllib3==2.2.1 +urllib3==2.6.3 # via requests virtualenv==20.25.1 # via pre-commit