Skip to content

Commit 43e2a81

Browse files
base: refreeze requirements.txt
1 parent 8a37866 commit 43e2a81

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

base/requirements.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# by the following command:
44
#
55
# Use the "Run workflow" button at https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/watch-dependencies.yaml
6-
alembic==1.15.2
6+
7+
#
8+
alembic==1.16.1
79
# via jupyterhub
810
annotated-types==0.7.0
911
# via pydantic
@@ -21,11 +23,11 @@ cffi==1.17.1
2123
# via cryptography
2224
charset-normalizer==3.4.2
2325
# via requests
24-
cryptography==44.0.3
26+
cryptography==45.0.3
2527
# via certipy
2628
fqdn==1.5.1
2729
# via jsonschema
28-
greenlet==3.2.1
30+
greenlet==3.2.2
2931
# via sqlalchemy
3032
idna==3.10
3133
# via
@@ -38,7 +40,7 @@ jinja2==3.1.6
3840
# via jupyterhub
3941
jsonpointer==3.0.0
4042
# via jsonschema
41-
jsonschema[format-nongpl]==4.23.0
43+
jsonschema==4.24.0
4244
# via jupyter-events
4345
jsonschema-specifications==2025.4.1
4446
# via jsonschema
@@ -60,11 +62,11 @@ packaging==25.0
6062
# jupyterhub
6163
pamela==1.2.0
6264
# via jupyterhub
63-
prometheus-client==0.21.1
65+
prometheus-client==0.22.0
6466
# via jupyterhub
6567
pycparser==2.22
6668
# via cffi
67-
pydantic==2.11.4
69+
pydantic==2.11.5
6870
# via jupyterhub
6971
pydantic-core==2.33.2
7072
# via pydantic
@@ -91,25 +93,27 @@ rfc3986-validator==0.1.1
9193
# via
9294
# jsonschema
9395
# jupyter-events
94-
rpds-py==0.24.0
96+
rpds-py==0.25.1
9597
# via
9698
# jsonschema
9799
# referencing
98100
six==1.17.0
99101
# via
100102
# python-dateutil
101103
# rfc3339-validator
102-
sqlalchemy==2.0.40
104+
sqlalchemy==2.0.41
103105
# via
104106
# alembic
105107
# jupyterhub
108+
tomli==2.2.1
109+
# via alembic
106110
tornado==6.5.1
107111
# via jupyterhub
108112
traitlets==5.14.3
109113
# via
110114
# jupyter-events
111115
# jupyterhub
112-
types-python-dateutil==2.9.0.20241206
116+
types-python-dateutil==2.9.0.20250516
113117
# via arrow
114118
typing-extensions==4.13.2
115119
# via
@@ -119,7 +123,7 @@ typing-extensions==4.13.2
119123
# referencing
120124
# sqlalchemy
121125
# typing-inspection
122-
typing-inspection==0.4.0
126+
typing-inspection==0.4.1
123127
# via pydantic
124128
uri-template==1.3.0
125129
# via jsonschema

0 commit comments

Comments
 (0)