From e5ce1c23ff727f427da2e9f4372a2b95ad1cfaad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 05:26:05 +0000 Subject: [PATCH] Bump urllib3 from 2.4.0 to 2.5.0 in /base Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.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.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- base/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/base/requirements.txt b/base/requirements.txt index 47d2848..d5b552d 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -3,8 +3,6 @@ # by the following command: # # Use the "Run workflow" button at https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/watch-dependencies.yaml - -# alembic==1.16.1 # via jupyterhub annotated-types==0.7.0 @@ -40,7 +38,7 @@ jinja2==3.1.6 # via jupyterhub jsonpointer==3.0.0 # via jsonschema -jsonschema==4.24.0 +jsonschema[format-nongpl]==4.24.0 # via jupyter-events jsonschema-specifications==2025.4.1 # via jsonschema @@ -127,7 +125,7 @@ typing-inspection==0.4.1 # via pydantic uri-template==1.3.0 # via jsonschema -urllib3==2.4.0 +urllib3==2.5.0 # via requests webcolors==24.11.1 # via jsonschema