Skip to content

Commit 02bebb3

Browse files
committed
pre-commit: run requirements-txt-fixer
1 parent 2e0731f commit 02bebb3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ click
44
codecov
55
html5lib
66
jsonschema
7+
jupyter-repo2docker>=2021.08.0
78
jupyterhub
89
pytest
910
pytest-asyncio
@@ -12,6 +13,5 @@ pytest-cov
1213
# using ruamel.yaml. ruamel.yaml is more powerful than pyyaml, and that is
1314
# relevant when writing YAML files back after having loaded them from disk.
1415
pyyaml
15-
jupyter-repo2docker>=2021.08.0
1616
requests
1717
ruamel.yaml>=0.15

doc/doc-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# first. This is only relevant if sphinx==1.* is already installed in the
99
# environment, which it is on ReadTheDocs.
1010

11-
# Documentation specific packages
12-
https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
13-
myst-parser
14-
pydata-sphinx-theme
15-
sphinx-copybutton
1611

1712
# sphinx.ext.autodoc as configured in conf.py and autodo_traits.py is
1813
# automatically building documentation based on inspection of the binderhub
1914
# package, which means we need to install it on RTD so it is available for
2015
# inspection.
2116
-r ../requirements.txt
17+
# Documentation specific packages
18+
https://github.com/jupyterhub/autodoc-traits/archive/HEAD.zip
19+
myst-parser
20+
pydata-sphinx-theme
21+
sphinx-copybutton

helm-chart/images/binderhub/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ prometheus-client==0.11.0
9090
# -r binderhub.in
9191
# jupyterhub
9292
protobuf==3.17.3
93+
# via google-auth
94+
pyasn1==0.4.8
9395
# via
9496
# google-api-core
9597
# googleapis-common-protos
9698
pyasn1-modules==0.2.8
97-
# via google-auth
98-
pyasn1==0.4.8
9999
# via
100100
# pyasn1-modules
101101
# rsa
@@ -121,20 +121,20 @@ pytz==2021.1
121121
# via google-api-core
122122
pyyaml==5.4.1
123123
# via kubernetes
124-
requests-oauthlib==1.3.0
125-
# via kubernetes
126124
requests==2.26.0
125+
# via kubernetes
126+
requests-oauthlib==1.3.0
127127
# via
128128
# docker
129129
# google-api-core
130130
# jupyterhub
131131
# kubernetes
132132
# requests-oauthlib
133133
rsa==4.7.2
134-
# via google-auth
135-
ruamel.yaml.clib==0.2.6
136134
# via ruamel.yaml
137135
ruamel.yaml==0.17.16
136+
# via google-auth
137+
ruamel.yaml.clib==0.2.6
138138
# via jupyter-telemetry
139139
six==1.16.0
140140
# via

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jsonschema
1414
jupyterhub
1515
kubernetes
1616
prometheus_client
17+
pyjwt>=2
1718
python-json-logger
1819
tornado>=5.1
1920
traitlets
20-
pyjwt>=2

0 commit comments

Comments
 (0)