Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 4, 2024
1 parent 06595d4 commit 29f857f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ comm==0.2.1
# via ipykernel
contourpy==1.2.0
# via matplotlib
cramjam==2.8.1
cramjam==2.8.2
# via python-snappy
crontab==1.0.1
# via rq-scheduler
Expand Down Expand Up @@ -161,7 +161,7 @@ ipykernel==6.29.3
# via
# nbclassic
# notebook
ipython==8.22.1
ipython==8.22.2
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -217,7 +217,7 @@ jupyter-core==5.7.1
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.12.5
jupyter-server==2.13.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -254,7 +254,7 @@ mistune==3.0.2
# via
# flasgger-tschaume
# nbconvert
mongoengine==0.27.0
mongoengine==0.28.0
# via
# atlasq-tschaume
# flask-mongoengine-tschaume
Expand All @@ -269,7 +269,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.1
nbconvert==7.16.2
# via
# jupyter-server
# nbclassic
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ idna==3.6
# via
# jsonschema
# requests
ipython==8.22.1
ipython==8.22.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
isoduration==20.11.0
# via jsonschema
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.29.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
ipython==8.22.1
ipython==8.22.2
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -149,7 +149,7 @@ jupyter-events==0.9.0
# via jupyter-server
jupyter-kernel-gateway==3.0.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.12.5
jupyter-server==2.13.0
# via jupyter-kernel-gateway
jupyter-server-terminals==0.5.2
# via jupyter-server
Expand Down Expand Up @@ -191,7 +191,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.1
nbconvert==7.16.2
# via jupyter-server
nbformat==5.9.2
# via
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via opentelemetry-api
django==3.2.24
django==3.2.25
# via
# django-extensions
# django-settings-file
Expand Down Expand Up @@ -115,7 +115,7 @@ importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.29.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.22.1
ipython==8.22.2
# via
# ipykernel
# mpcontribs-client
Expand Down Expand Up @@ -197,7 +197,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.1
nbconvert==7.16.2
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand Down

0 comments on commit 29f857f

Please sign in to comment.