From 8a138a50d656e8ebc710b9a66c024b148e3e49ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:07:39 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 123fefa..e6b76ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,14 +22,14 @@ babel==2.17.0 # via jupyterlab-server beautifulsoup4==4.13.5 # via nbconvert -bleach==6.2.0 +bleach[css]==6.2.0 # via nbconvert certifi==2025.8.3 # via # httpcore # httpx # requests -cffi==1.17.1 +cffi==2.0.0 # via argon2-cffi-bindings charset-normalizer==3.4.3 # via requests @@ -103,7 +103,7 @@ json5==0.12.1 # via jupyterlab-server jsonpointer==3.0.0 # via jsonschema -jsonschema==4.25.1 +jsonschema[format-nongpl]==4.25.1 # via # jupyter-events # jupyterlab-server @@ -261,7 +261,7 @@ pygments==2.19.2 # nbconvert # pymor # rich -pymor==2025.1.1 +pymor[jupyter]==2025.1.1 # via -r requirements.in pyparsing==3.2.3 # via matplotlib @@ -310,8 +310,6 @@ scipy==1.16.1 # via pymor send2trash==1.8.3 # via jupyter-server -setuptools==80.9.0 - # via jupyterlab shellingham==1.5.4 # via typer six==1.17.0 @@ -367,13 +365,11 @@ types-python-dateutil==2.9.0.20250822 # via arrow typing-extensions==4.15.0 # via - # anyio # beautifulsoup4 - # referencing # typer uri-template==1.3.0 # via jsonschema -urllib3==2.5.0 +urllib3==2.6.0 # via requests wcwidth==0.2.13 # via prompt-toolkit