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 28, 2023
1 parent 88faf2d commit 9ab0e67
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 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.33.1
boto3==1.33.2
# via flask-mongorest-mpcontribs
botocore==1.33.1
botocore==1.33.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -447,7 +447,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.0
s3transfer==0.8.1
# via boto3
scipy==1.11.4
# via
Expand Down
2 changes: 2 additions & 0 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ bravado==11.0.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
bravado-core==6.1.0
# via bravado
cachetools==5.3.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
Expand Down
4 changes: 3 additions & 1 deletion mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ bravado-core==6.1.0
# via bravado
bytecode==0.15.1
# via ddtrace
cachetools==5.3.2
# via mpcontribs-client
cattrs==23.2.2
# via ddtrace
certifi==2023.11.17
Expand Down Expand Up @@ -198,7 +200,7 @@ monotonic==1.6
# via bravado
monty==2023.11.3
# via pymatgen
mpcontribs-client==5.6.0
mpcontribs-client==5.6.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
mpmath==1.3.0
# via sympy
Expand Down
10 changes: 6 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.33.1
boto3==1.33.2
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.33.1
botocore==1.33.2
# via
# boto3
# s3transfer
Expand All @@ -38,6 +38,8 @@ bravado-core==6.1.0
# via bravado
bytecode==0.15.1
# via ddtrace
cachetools==5.3.2
# via mpcontribs-client
cattrs==23.2.2
# via ddtrace
certifi==2023.11.17
Expand Down Expand Up @@ -185,7 +187,7 @@ monty==2023.11.3
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
mpcontribs-client==5.6.0
mpcontribs-client==5.6.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -323,7 +325,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.0
s3transfer==0.8.1
# via boto3
scipy==1.11.4
# via
Expand Down

0 comments on commit 9ab0e67

Please sign in to comment.