Skip to content

Commit 558b445

Browse files
committed
build prerelease jupyterhub
1 parent 4bd5961 commit 558b445

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

base/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jupyterhub
1+
jupyterhub>=5.3.0rc0

base/requirements.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
alembic==1.15.1
7+
alembic==1.15.2
88
# via jupyterhub
99
annotated-types==0.7.0
1010
# via pydantic
@@ -16,7 +16,7 @@ attrs==25.3.0
1616
# referencing
1717
certifi==2025.1.31
1818
# via requests
19-
certipy==0.2.1
19+
certipy==0.2.2
2020
# via jupyterhub
2121
cffi==1.17.1
2222
# via cryptography
@@ -45,7 +45,7 @@ jsonschema-specifications==2024.10.1
4545
# via jsonschema
4646
jupyter-events==0.12.0
4747
# via jupyterhub
48-
jupyterhub==5.2.1
48+
jupyterhub==5.3.0rc0
4949
# via -r requirements.in
5050
mako==1.3.9
5151
# via alembic
@@ -65,9 +65,9 @@ prometheus-client==0.21.1
6565
# via jupyterhub
6666
pycparser==2.22
6767
# via cffi
68-
pydantic==2.10.6
68+
pydantic==2.11.2
6969
# via jupyterhub
70-
pydantic-core==2.27.2
70+
pydantic-core==2.33.1
7171
# via pydantic
7272
python-dateutil==2.9.0.post0
7373
# via
@@ -92,15 +92,15 @@ rfc3986-validator==0.1.1
9292
# via
9393
# jsonschema
9494
# jupyter-events
95-
rpds-py==0.23.1
95+
rpds-py==0.24.0
9696
# via
9797
# jsonschema
9898
# referencing
9999
six==1.17.0
100100
# via
101101
# python-dateutil
102102
# rfc3339-validator
103-
sqlalchemy==2.0.39
103+
sqlalchemy==2.0.40
104104
# via
105105
# alembic
106106
# jupyterhub
@@ -112,12 +112,15 @@ traitlets==5.14.3
112112
# jupyterhub
113113
types-python-dateutil==2.9.0.20241206
114114
# via arrow
115-
typing-extensions==4.12.2
115+
typing-extensions==4.13.1
116116
# via
117117
# alembic
118118
# pydantic
119119
# pydantic-core
120120
# sqlalchemy
121+
# typing-inspection
122+
typing-inspection==0.4.0
123+
# via pydantic
121124
uri-template==1.3.0
122125
# via jsonschema
123126
urllib3==2.3.0

0 commit comments

Comments
 (0)