From e6bb848e65cc4a9322c29fd13a2c1b811440a9be Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:09:39 +0000 Subject: [PATCH] base: refreeze requirements.txt --- base/requirements.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/base/requirements.txt b/base/requirements.txt index 3290041..47d2848 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -3,7 +3,9 @@ # by the following command: # # Use the "Run workflow" button at https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/watch-dependencies.yaml -alembic==1.15.2 + +# +alembic==1.16.1 # via jupyterhub annotated-types==0.7.0 # via pydantic @@ -21,11 +23,11 @@ cffi==1.17.1 # via cryptography charset-normalizer==3.4.2 # via requests -cryptography==44.0.3 +cryptography==45.0.4 # via certipy fqdn==1.5.1 # via jsonschema -greenlet==3.2.1 +greenlet==3.2.3 # via sqlalchemy idna==3.10 # via @@ -38,7 +40,7 @@ jinja2==3.1.6 # via jupyterhub jsonpointer==3.0.0 # via jsonschema -jsonschema[format-nongpl]==4.23.0 +jsonschema==4.24.0 # via jupyter-events jsonschema-specifications==2025.4.1 # via jsonschema @@ -60,11 +62,11 @@ packaging==25.0 # jupyterhub pamela==1.2.0 # via jupyterhub -prometheus-client==0.21.1 +prometheus-client==0.22.1 # via jupyterhub pycparser==2.22 # via cffi -pydantic==2.11.4 +pydantic==2.11.5 # via jupyterhub pydantic-core==2.33.2 # via pydantic @@ -91,7 +93,7 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -rpds-py==0.24.0 +rpds-py==0.25.1 # via # jsonschema # referencing @@ -99,19 +101,21 @@ six==1.17.0 # via # python-dateutil # rfc3339-validator -sqlalchemy==2.0.40 +sqlalchemy==2.0.41 # via # alembic # jupyterhub +tomli==2.2.1 + # via alembic tornado==6.5.1 # via jupyterhub traitlets==5.14.3 # via # jupyter-events # jupyterhub -types-python-dateutil==2.9.0.20241206 +types-python-dateutil==2.9.0.20250516 # via arrow -typing-extensions==4.13.2 +typing-extensions==4.14.0 # via # alembic # pydantic @@ -119,7 +123,7 @@ typing-extensions==4.13.2 # referencing # sqlalchemy # typing-inspection -typing-inspection==0.4.0 +typing-inspection==0.4.1 # via pydantic uri-template==1.3.0 # via jsonschema