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 13, 2024
1 parent e17a174 commit 28aba8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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.99
boto3==1.34.103
# via flask-mongorest-mpcontribs
botocore==1.34.99
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -140,7 +140,7 @@ fonttools==4.51.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
freezegun==1.5.0
freezegun==1.5.1
# via rq-scheduler
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -367,7 +367,7 @@ pygments==2.18.0
# nbconvert
pymatgen==2024.5.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.7.1
pymongo==4.7.2
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -418,7 +418,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
regex==2024.4.28
regex==2024.5.10
# via dateparser
requests==2.31.0
# 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 @@ -140,7 +140,7 @@ pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.5.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.7.1
pymongo==4.7.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.5.1
# via mpcontribs-client
pymongo==4.7.1
pymongo==4.7.2
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
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.99
boto3==1.34.103
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.99
botocore==1.34.103
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -269,7 +269,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.5.1
# via mpcontribs-client
pymongo==4.7.1
pymongo==4.7.2
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down

0 comments on commit 28aba8e

Please sign in to comment.