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 25, 2024
1 parent e9bc06c commit 342a437
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.1.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.64
boto3==1.34.69
# via flask-mongorest-mpcontribs
botocore==1.34.64
botocore==1.34.69
# via
# boto3
# s3transfer
Expand All @@ -67,7 +67,7 @@ comm==0.2.2
# via ipykernel
contourpy==1.2.0
# via matplotlib
cramjam==2.8.2
cramjam==2.8.3
# via python-snappy
crontab==1.0.1
# via rq-scheduler
Expand All @@ -81,7 +81,7 @@ dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.3
ddtrace==2.7.4
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -124,7 +124,7 @@ flask==2.2.5
# flask-sse
flask-compress==1.14
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
flask-marshmallow==1.2.0
flask-marshmallow==1.2.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
flask-mongoengine-tschaume==1.1.0
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -215,7 +215,7 @@ jupyter-core==5.7.2
# nbconvert
# nbformat
# notebook
jupyter-events==0.9.1
jupyter-events==0.10.0
# via jupyter-server
jupyter-server==2.13.0
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.2
nbconvert==7.16.3
# via
# jupyter-server
# nbclassic
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 @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.3
ddtrace==2.7.4
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -145,7 +145,7 @@ jupyter-core==5.7.2
# nbclient
# nbconvert
# nbformat
jupyter-events==0.9.1
jupyter-events==0.10.0
# via jupyter-server
jupyter-kernel-gateway==3.0.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -191,7 +191,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.2
nbconvert==7.16.3
# via jupyter-server
nbformat==5.10.3
# via
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
arrow==1.3.0
# via isoduration
asgiref==3.7.2
asgiref==3.8.1
# via django
asttokens==2.4.1
# via stack-data
Expand All @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.64
boto3==1.34.69
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.64
botocore==1.34.69
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.3
ddtrace==2.7.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -197,7 +197,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.2
nbconvert==7.16.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.10.3
# via
Expand Down

0 comments on commit 342a437

Please sign in to comment.