Skip to content

Commit 4b63875

Browse files
authored
Merge pull request #29 from jupyterhub/update-requirements/base
base: refreeze requirements.txt
2 parents 62ff294 + 40e96ef commit 4b63875

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

base/requirements.txt

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Use the "Run workflow" button at https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/watch-dependencies.yaml
66

77
#
8-
alembic==1.16.2
8+
alembic==1.16.4
99
# via jupyterhub
1010
annotated-types==0.7.0
1111
# via pydantic
@@ -15,19 +15,19 @@ attrs==25.3.0
1515
# via
1616
# jsonschema
1717
# referencing
18-
certifi==2025.6.15
18+
certifi==2025.8.3
1919
# via requests
2020
certipy==0.2.2
2121
# via jupyterhub
2222
cffi==1.17.1
2323
# via cryptography
24-
charset-normalizer==3.4.2
24+
charset-normalizer==3.4.3
2525
# via requests
26-
cryptography==45.0.4
26+
cryptography==45.0.6
2727
# via certipy
2828
fqdn==1.5.1
2929
# via jsonschema
30-
greenlet==3.2.3
30+
greenlet==3.2.4
3131
# via sqlalchemy
3232
idna==3.10
3333
# via
@@ -40,21 +40,23 @@ jinja2==3.1.6
4040
# via jupyterhub
4141
jsonpointer==3.0.0
4242
# via jsonschema
43-
jsonschema==4.24.0
43+
jsonschema==4.25.0
4444
# via jupyter-events
4545
jsonschema-specifications==2025.4.1
4646
# via jsonschema
4747
jupyter-events==0.12.0
4848
# via jupyterhub
4949
jupyterhub==5.3.0
5050
# via -r requirements.in
51+
lark==1.2.2
52+
# via rfc3987-syntax
5153
mako==1.3.10
5254
# via alembic
5355
markupsafe==3.0.2
5456
# via
5557
# jinja2
5658
# mako
57-
oauthlib==3.3.0
59+
oauthlib==3.3.1
5860
# via jupyterhub
5961
packaging==25.0
6062
# via
@@ -93,29 +95,31 @@ rfc3986-validator==0.1.1
9395
# via
9496
# jsonschema
9597
# jupyter-events
96-
rpds-py==0.25.1
98+
rfc3987-syntax==1.1.0
99+
# via jsonschema
100+
rpds-py==0.27.0
97101
# via
98102
# jsonschema
99103
# referencing
100104
six==1.17.0
101105
# via
102106
# python-dateutil
103107
# rfc3339-validator
104-
sqlalchemy==2.0.41
108+
sqlalchemy==2.0.43
105109
# via
106110
# alembic
107111
# jupyterhub
108112
tomli==2.2.1
109113
# via alembic
110-
tornado==6.5.1
114+
tornado==6.5.2
111115
# via jupyterhub
112116
traitlets==5.14.3
113117
# via
114118
# jupyter-events
115119
# jupyterhub
116-
types-python-dateutil==2.9.0.20250516
120+
types-python-dateutil==2.9.0.20250809
117121
# via arrow
118-
typing-extensions==4.14.0
122+
typing-extensions==4.14.1
119123
# via
120124
# alembic
121125
# pydantic

0 commit comments

Comments
 (0)