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 May 27, 2024
1 parent e934ffa commit c855b67
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
28 changes: 7 additions & 21 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@
#
# pip-compile --output-file=MPContribs/mpcontribs-api/requirements/deployment.txt MPContribs/mpcontribs-api/setup.py python/requirements.txt
#
anyio==4.3.0
anyio==4.4.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
argon2-cffi==23.1.0
# via
# jupyter-server
# nbclassic
# notebook
argon2-cffi-bindings==21.2.0
# via argon2-cffi
Expand Down Expand Up @@ -39,9 +38,9 @@ blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.112
boto3==1.34.113
# via flask-mongorest-mpcontribs
botocore==1.34.112
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -136,7 +135,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.51.0
fonttools==4.52.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -178,7 +177,6 @@ jinja2==3.1.4
# flask
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# nbclassic
# nbconvert
# notebook
jmespath==1.0.1
Expand All @@ -202,25 +200,21 @@ jupyter-client==7.4.9
# via
# ipykernel
# jupyter-server
# nbclassic
# nbclient
# notebook
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
# jupyter-server
# nbclassic
# nbclient
# nbconvert
# nbformat
# notebook
jupyter-events==0.10.0
# via jupyter-server
jupyter-server==2.14.0
# via
# nbclassic
# notebook-shim
# via notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab-pygments==0.3.0
Expand Down Expand Up @@ -265,20 +259,18 @@ more-itertools==10.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
mpmath==1.3.0
# via sympy
nbclassic==1.0.0
nbclassic==1.1.0
# via notebook
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.4
# via
# jupyter-server
# nbclassic
# notebook
nbformat==5.10.4
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# nbclassic
# nbclient
# nbconvert
# notebook
Expand Down Expand Up @@ -341,7 +333,6 @@ plotly==5.22.0
prometheus-client==0.20.0
# via
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.43
# via ipython
Expand Down Expand Up @@ -406,7 +397,6 @@ pyzmq==26.0.3
# ipykernel
# jupyter-client
# jupyter-server
# nbclassic
# notebook
redis==5.0.4
# via
Expand Down Expand Up @@ -457,7 +447,6 @@ semantic-version==2.10.0
send2trash==1.8.3
# via
# jupyter-server
# nbclassic
# notebook
setproctitle==1.3.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -495,7 +484,6 @@ terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
# nbclassic
# notebook
tinycss2==1.3.0
# via nbconvert
Expand All @@ -504,7 +492,6 @@ tornado==6.4
# ipykernel
# jupyter-client
# jupyter-server
# nbclassic
# notebook
# terminado
tqdm==4.66.4
Expand All @@ -519,7 +506,6 @@ traitlets==5.14.3
# jupyter-events
# jupyter-server
# matplotlib-inline
# nbclassic
# nbclient
# nbconvert
# nbformat
Expand Down Expand Up @@ -566,7 +552,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata
zope-event==5.0
# via gevent
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 @@ -42,7 +42,7 @@ filetype==1.2.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
flatten-dict==0.4.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
fonttools==4.51.0
fonttools==4.52.1
# via matplotlib
fqdn==1.5.1
# 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 @@ -4,7 +4,7 @@
#
# pip-compile --output-file=MPContribs/mpcontribs-kernel-gateway/requirements/deployment.txt MPContribs/mpcontribs-kernel-gateway/requirements.in python/requirements.txt
#
anyio==4.3.0
anyio==4.4.0
# via jupyter-server
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -83,7 +83,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.51.0
fonttools==4.52.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -445,5 +445,5 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.112
boto3==1.34.113
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.112
botocore==1.34.113
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -95,7 +95,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.51.0
fonttools==4.52.1
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -427,7 +427,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.2
zipp==3.19.0
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down

0 comments on commit c855b67

Please sign in to comment.