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 Nov 18, 2023
1 parent 95e1656 commit 1f69566
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ 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.29.2
boto3==1.29.3
# via flask-mongorest-mpcontribs
botocore==1.32.2
botocore==1.32.3
# via
# boto3
# s3transfer
brotli==1.1.0
# via flask-compress
bytecode==0.15.1
# via ddtrace
cattrs==23.2.0
cattrs==23.2.1
# via ddtrace
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -238,7 +238,7 @@ marshmallow==3.20.1
# marshmallow-mongoengine
marshmallow-mongoengine==0.31.2
# via flask-mongorest-mpcontribs
matplotlib==3.8.1
matplotlib==3.8.2
# via
# -r python/requirements.txt
# pymatgen
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 @@ -74,7 +74,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
matplotlib==3.8.1
matplotlib==3.8.2
# via
# -r python/requirements.txt
# 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 @@ -37,7 +37,7 @@ bravado-core==6.1.0
# via bravado
bytecode==0.15.1
# via ddtrace
cattrs==23.2.0
cattrs==23.2.1
# via ddtrace
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -184,7 +184,7 @@ markupsafe==2.1.3
# via
# jinja2
# nbconvert
matplotlib==3.8.1
matplotlib==3.8.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down
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==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.29.2
boto3==1.29.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.32.2
botocore==1.32.3
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ bravado-core==6.1.0
# via bravado
bytecode==0.15.1
# via ddtrace
cattrs==23.2.0
cattrs==23.2.1
# via ddtrace
certifi==2023.7.22
# via requests
Expand Down Expand Up @@ -169,7 +169,7 @@ markupsafe==2.1.3
# via
# jinja2
# nbconvert
matplotlib==3.8.1
matplotlib==3.8.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit 1f69566

Please sign in to comment.