File tree 1 file changed +14
-10
lines changed 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 3
3
# by the following command:
4
4
#
5
5
# 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
7
9
# via jupyterhub
8
10
annotated-types == 0.7.0
9
11
# via pydantic
@@ -21,11 +23,11 @@ cffi==1.17.1
21
23
# via cryptography
22
24
charset-normalizer == 3.4.2
23
25
# via requests
24
- cryptography == 44 .0.3
26
+ cryptography == 45 .0.3
25
27
# via certipy
26
28
fqdn == 1.5.1
27
29
# via jsonschema
28
- greenlet == 3.2.1
30
+ greenlet == 3.2.2
29
31
# via sqlalchemy
30
32
idna == 3.10
31
33
# via
@@ -38,7 +40,7 @@ jinja2==3.1.6
38
40
# via jupyterhub
39
41
jsonpointer == 3.0.0
40
42
# via jsonschema
41
- jsonschema [ format-nongpl ] == 4.23 .0
43
+ jsonschema == 4.24 .0
42
44
# via jupyter-events
43
45
jsonschema-specifications == 2025.4.1
44
46
# via jsonschema
@@ -60,11 +62,11 @@ packaging==25.0
60
62
# jupyterhub
61
63
pamela == 1.2.0
62
64
# via jupyterhub
63
- prometheus-client == 0.21.1
65
+ prometheus-client == 0.22.0
64
66
# via jupyterhub
65
67
pycparser == 2.22
66
68
# via cffi
67
- pydantic == 2.11.4
69
+ pydantic == 2.11.5
68
70
# via jupyterhub
69
71
pydantic-core == 2.33.2
70
72
# via pydantic
@@ -91,25 +93,27 @@ rfc3986-validator==0.1.1
91
93
# via
92
94
# jsonschema
93
95
# jupyter-events
94
- rpds-py == 0.24.0
96
+ rpds-py == 0.25.1
95
97
# via
96
98
# jsonschema
97
99
# referencing
98
100
six == 1.17.0
99
101
# via
100
102
# python-dateutil
101
103
# rfc3339-validator
102
- sqlalchemy == 2.0.40
104
+ sqlalchemy == 2.0.41
103
105
# via
104
106
# alembic
105
107
# jupyterhub
108
+ tomli == 2.2.1
109
+ # via alembic
106
110
tornado == 6.5.1
107
111
# via jupyterhub
108
112
traitlets == 5.14.3
109
113
# via
110
114
# jupyter-events
111
115
# jupyterhub
112
- types-python-dateutil == 2.9.0.20241206
116
+ types-python-dateutil == 2.9.0.20250516
113
117
# via arrow
114
118
typing-extensions == 4.13.2
115
119
# via
@@ -119,7 +123,7 @@ typing-extensions==4.13.2
119
123
# referencing
120
124
# sqlalchemy
121
125
# typing-inspection
122
- typing-inspection == 0.4.0
126
+ typing-inspection == 0.4.1
123
127
# via pydantic
124
128
uri-template == 1.3.0
125
129
# via jsonschema
You can’t perform that action at this time.
0 commit comments