Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main shib temp #2

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:

# Autoformat: Python code
- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
args:
Expand Down
2 changes: 1 addition & 1 deletion images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
# VULN_SCAN_TIME=2023-01-09_05:14:43
# VULN_SCAN_TIME=2023-01-30_05:14:27


# The build stage
Expand Down
2 changes: 1 addition & 1 deletion images/hub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# JupyterHub itself, update this version pinning by running the workflow
# mentioned above.
jupyterhub==3.1.0
jupyterhub==3.1.1

## Authenticators
jupyterhub-firstuseauthenticator>=1
Expand Down
32 changes: 17 additions & 15 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ aiohttp==3.8.3
# via kubernetes-asyncio
aiosignal==1.3.1
# via aiohttp
alembic==1.8.1
alembic==1.9.2
# via jupyterhub
async-generator==1.10
# via jupyterhub
async-timeout==4.0.2
# via aiohttp
attrs==22.1.0
attrs==22.2.0
# via
# aiohttp
# jsonschema
Expand All @@ -34,7 +34,7 @@ charset-normalizer==2.1.1
# via
# aiohttp
# requests
cryptography==38.0.4
cryptography==39.0.0
# via pyopenssl
escapism==1.0.1
# via
Expand All @@ -60,7 +60,7 @@ jsonschema==4.17.3
# oauthenticator
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==3.1.0
jupyterhub==3.1.1
# via
# -r requirements.in
# jupyterhub-firstuseauthenticator
Expand Down Expand Up @@ -92,11 +92,11 @@ ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.2.4
# via alembic
markupsafe==2.1.1
markupsafe==2.1.2
# via
# jinja2
# mako
multidict==6.0.3
multidict==6.0.4
# via
# aiohttp
# yarl
Expand All @@ -114,29 +114,29 @@ oauthlib==3.2.2
# requests-oauthlib
onetimepass==1.0.1
# via jupyterhub-nativeauthenticator
packaging==22.0
packaging==23.0
# via jupyterhub
pamela==1.0.0
# via jupyterhub
prometheus-client==0.15.0
prometheus-client==0.16.0
# via jupyterhub
psycopg2-binary==2.9.5
# via -r requirements.in
pyasn1==0.4.8
# via ldap3
pycparser==2.21
# via cffi
pycurl==7.45.1
pycurl==7.45.2
# via -r requirements.in
pyjwt==2.6.0
# via
# -r requirements.in
# mwoauth
pymysql==1.0.2
# via -r requirements.in
pyopenssl==22.1.0
pyopenssl==23.0.0
# via certipy
pyrsistent==0.19.2
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
Expand All @@ -151,7 +151,7 @@ pyyaml==6.0
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
requests==2.28.1
requests==2.28.2
# via
# jupyterhub
# mwoauth
Expand All @@ -169,7 +169,7 @@ six==1.16.0
# mwoauth
# onetimepass
# python-dateutil
sqlalchemy==1.4.44
sqlalchemy==2.0.0
# via
# alembic
# jupyterhub
Expand All @@ -185,12 +185,14 @@ tornado==6.2
# jupyterhub
# jupyterhub-idle-culler
# jupyterhub-ldapauthenticator
traitlets==5.7.0
traitlets==5.8.1
# via
# jupyter-telemetry
# jupyterhub
# jupyterhub-ldapauthenticator
urllib3==1.26.13
typing-extensions==4.4.0
# via sqlalchemy
urllib3==1.26.14
# via
# jupyterhub-kubespawner
# kubernetes-asyncio
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.3
# VULN_SCAN_TIME=2023-01-09_05:14:49
# VULN_SCAN_TIME=2023-01-30_05:14:55


# The build stage
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# JupyterHub itself, update this version pinning by running the workflow
# mentioned above.
jupyterhub==3.1.0
jupyterhub==3.1.1

# UI
jupyterlab
Expand Down
Loading
Loading