Skip to content

Commit bdcdd21

Browse files
authored
Merge pull request #7 from minrk/pre
build prerelease jupyterhub
2 parents acfe93a + f73ceb4 commit bdcdd21

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
with:
153153
existingTags: ${{ needs.tag.outputs.existing-tags }}
154154
newTag: ${{ needs.tag.outputs.new-tag }}
155+
prereleaseHasBuild: "true"
155156
prefix: >-
156157
${{ env.REGISTRY }}${{ env.IMAGE }}:
157158
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.IMAGE) || '' }}
@@ -182,6 +183,7 @@ jobs:
182183
with:
183184
existingTags: ${{ needs.tag.outputs.existing-tags }}
184185
newTag: ${{ needs.tag.outputs.new-tag }}
186+
prereleaseHasBuild: "true"
185187
prefix: >-
186188
${{ env.REGISTRY }}${{ env.IMAGE }}-demo:
187189
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-demo:', env.IMAGE) || '' }}
@@ -206,6 +208,7 @@ jobs:
206208
with:
207209
existingTags: ${{ needs.tag.outputs.existing-tags }}
208210
newTag: ${{ needs.tag.outputs.new-tag }}
211+
prereleaseHasBuild: "true"
209212
prefix: >-
210213
${{ env.REGISTRY }}${{ env.SINGLEUSER }}:
211214
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.SINGLEUSER) || '' }}

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)