Skip to content

Commit f6da48c

Browse files
authored
Merge pull request #12 from jupyterhub/update-requirements/base
base: refreeze requirements.txt
2 parents a94c9fe + e5f55d4 commit f6da48c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

base/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile
5+
# Use the "Run workflow" button at https://github.com/jupyterhub/jupyterhub-container-images/actions/workflows/watch-dependencies.yaml
6+
67
#
78
alembic==1.15.2
89
# via jupyterhub
@@ -39,7 +40,7 @@ jinja2==3.1.6
3940
# via jupyterhub
4041
jsonpointer==3.0.0
4142
# via jsonschema
42-
jsonschema[format-nongpl]==4.23.0
43+
jsonschema==4.23.0
4344
# via jupyter-events
4445
jsonschema-specifications==2024.10.1
4546
# via jsonschema
@@ -65,7 +66,7 @@ prometheus-client==0.21.1
6566
# via jupyterhub
6667
pycparser==2.22
6768
# via cffi
68-
pydantic==2.11.2
69+
pydantic==2.11.3
6970
# via jupyterhub
7071
pydantic-core==2.33.1
7172
# via pydantic
@@ -117,6 +118,7 @@ typing-extensions==4.13.1
117118
# alembic
118119
# pydantic
119120
# pydantic-core
121+
# referencing
120122
# sqlalchemy
121123
# typing-inspection
122124
typing-inspection==0.4.0

0 commit comments

Comments
 (0)