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 Jun 3, 2024
1 parent 4e3c636 commit 0aa2140
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,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.117
boto3==1.34.118
# via flask-mongorest-mpcontribs
botocore==1.34.117
botocore==1.34.118
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -492,7 +492,7 @@ tornado==6.4
# jupyter-server
# notebook
# terminado
tqdm==4.66.3
tqdm==4.66.4
# via pymatgen
traitlets==5.14.3
# via
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 @@ -216,7 +216,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.3.0
# via plotly
tqdm==4.66.3
tqdm==4.66.4
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.2
requests==2.32.3
# via
# bravado
# bravado-core
Expand Down Expand Up @@ -388,7 +388,7 @@ tornado==6.4
# jupyter-kernel-gateway
# jupyter-server
# terminado
tqdm==4.66.3
tqdm==4.66.4
# via
# mpcontribs-client
# pymatgen
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 @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.117
boto3==1.34.118
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.117
botocore==1.34.118
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -374,7 +374,7 @@ tornado==6.4
# via
# ipykernel
# jupyter-client
tqdm==4.66.3
tqdm==4.66.4
# via
# mpcontribs-client
# pymatgen
Expand Down

0 comments on commit 0aa2140

Please sign in to comment.