Skip to content

Commit 160197d

Browse files
authored
Merge pull request #2894 from jupyterhub/update-image-requirements
hub image: refreeze requirements.txt
2 parents 2cb5bae + c244e20 commit 160197d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

images/hub/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bcrypt==4.0.0
2222
# via
2323
# jupyterhub-firstuseauthenticator
2424
# jupyterhub-nativeauthenticator
25-
certifi==2022.9.14
25+
certifi==2022.9.24
2626
# via
2727
# kubernetes-asyncio
2828
# requests
@@ -138,7 +138,7 @@ pyjwt==2.5.0
138138
# mwoauth
139139
pymysql==1.0.2
140140
# via -r requirements.in
141-
pyopenssl==22.0.0
141+
pyopenssl==22.1.0
142142
# via certipy
143143
pyparsing==3.0.9
144144
# via packaging

images/singleuser-sample/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ beautifulsoup4==4.11.1
2929
# via nbconvert
3030
bleach==5.0.1
3131
# via nbconvert
32-
certifi==2022.9.14
32+
certifi==2022.9.24
3333
# via requests
3434
certipy==0.1.3
3535
# via jupyterhub
@@ -49,7 +49,7 @@ defusedxml==0.7.1
4949
# via nbconvert
5050
entrypoints==0.4
5151
# via jupyter-client
52-
executing==1.0.0
52+
executing==1.1.0
5353
# via stack-data
5454
fastjsonschema==2.16.2
5555
# via nbformat
@@ -223,7 +223,7 @@ pygments==2.13.0
223223
# via
224224
# ipython
225225
# nbconvert
226-
pyopenssl==22.0.0
226+
pyopenssl==22.1.0
227227
# via certipy
228228
pyparsing==3.0.9
229229
# via packaging
@@ -272,7 +272,7 @@ sqlalchemy==1.4.41
272272
# via
273273
# alembic
274274
# jupyterhub
275-
stack-data==0.5.0
275+
stack-data==0.5.1
276276
# via ipython
277277
terminado==0.15.0
278278
# via

0 commit comments

Comments
 (0)