File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152
152
with :
153
153
existingTags : ${{ needs.tag.outputs.existing-tags }}
154
154
newTag : ${{ needs.tag.outputs.new-tag }}
155
+ prereleaseHasBuild : " true"
155
156
prefix : >-
156
157
${{ env.REGISTRY }}${{ env.IMAGE }}:
157
158
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.IMAGE) || '' }}
@@ -182,6 +183,7 @@ jobs:
182
183
with :
183
184
existingTags : ${{ needs.tag.outputs.existing-tags }}
184
185
newTag : ${{ needs.tag.outputs.new-tag }}
186
+ prereleaseHasBuild : " true"
185
187
prefix : >-
186
188
${{ env.REGISTRY }}${{ env.IMAGE }}-demo:
187
189
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-demo:', env.IMAGE) || '' }}
@@ -206,6 +208,7 @@ jobs:
206
208
with :
207
209
existingTags : ${{ needs.tag.outputs.existing-tags }}
208
210
newTag : ${{ needs.tag.outputs.new-tag }}
211
+ prereleaseHasBuild : " true"
209
212
prefix : >-
210
213
${{ env.REGISTRY }}${{ env.SINGLEUSER }}:
211
214
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.SINGLEUSER) || '' }}
Original file line number Diff line number Diff line change 1
- jupyterhub
1
+ jupyterhub>=5.3.0rc0
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile
6
6
#
7
- alembic == 1.15.1
7
+ alembic == 1.15.2
8
8
# via jupyterhub
9
9
annotated-types == 0.7.0
10
10
# via pydantic
@@ -16,7 +16,7 @@ attrs==25.3.0
16
16
# referencing
17
17
certifi == 2025.1.31
18
18
# via requests
19
- certipy == 0.2.1
19
+ certipy == 0.2.2
20
20
# via jupyterhub
21
21
cffi == 1.17.1
22
22
# via cryptography
@@ -45,7 +45,7 @@ jsonschema-specifications==2024.10.1
45
45
# via jsonschema
46
46
jupyter-events == 0.12.0
47
47
# via jupyterhub
48
- jupyterhub == 5.2.1
48
+ jupyterhub == 5.3.0rc0
49
49
# via -r requirements.in
50
50
mako == 1.3.9
51
51
# via alembic
@@ -65,9 +65,9 @@ prometheus-client==0.21.1
65
65
# via jupyterhub
66
66
pycparser == 2.22
67
67
# via cffi
68
- pydantic == 2.10.6
68
+ pydantic == 2.11.2
69
69
# via jupyterhub
70
- pydantic-core == 2.27.2
70
+ pydantic-core == 2.33.1
71
71
# via pydantic
72
72
python-dateutil == 2.9.0.post0
73
73
# via
@@ -92,15 +92,15 @@ rfc3986-validator==0.1.1
92
92
# via
93
93
# jsonschema
94
94
# jupyter-events
95
- rpds-py == 0.23.1
95
+ rpds-py == 0.24.0
96
96
# via
97
97
# jsonschema
98
98
# referencing
99
99
six == 1.17.0
100
100
# via
101
101
# python-dateutil
102
102
# rfc3339-validator
103
- sqlalchemy == 2.0.39
103
+ sqlalchemy == 2.0.40
104
104
# via
105
105
# alembic
106
106
# jupyterhub
@@ -112,12 +112,15 @@ traitlets==5.14.3
112
112
# jupyterhub
113
113
types-python-dateutil == 2.9.0.20241206
114
114
# via arrow
115
- typing-extensions == 4.12.2
115
+ typing-extensions == 4.13.1
116
116
# via
117
117
# alembic
118
118
# pydantic
119
119
# pydantic-core
120
120
# sqlalchemy
121
+ # typing-inspection
122
+ typing-inspection == 0.4.0
123
+ # via pydantic
121
124
uri-template == 1.3.0
122
125
# via jsonschema
123
126
urllib3 == 2.3.0
You can’t perform that action at this time.
0 commit comments