Skip to content

base: refreeze requirements.txt #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,11 +23,11 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
cryptography==44.0.3
cryptography==45.0.3
# via certipy
fqdn==1.5.1
# via jsonschema
greenlet==3.2.1
greenlet==3.2.2
# via sqlalchemy
idna==3.10
# via
Expand All @@ -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
Expand All @@ -60,11 +62,11 @@ packaging==25.0
# jupyterhub
pamela==1.2.0
# via jupyterhub
prometheus-client==0.21.1
prometheus-client==0.22.0
# via jupyterhub
pycparser==2.22
# via cffi
pydantic==2.11.4
pydantic==2.11.5
# via jupyterhub
pydantic-core==2.33.2
# via pydantic
Expand All @@ -91,25 +93,27 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.24.0
rpds-py==0.25.1
# via
# jsonschema
# referencing
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
# via
Expand All @@ -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
Expand Down