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 27, 2023
1 parent 81bd585 commit f9e922e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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,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.29.7
boto3==1.33.0
# via flask-mongorest-mpcontribs
botocore==1.32.7
botocore==1.33.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ contourpy==1.2.0
# via matplotlib
crontab==1.0.1
# via rq-scheduler
cryptography==41.0.5
cryptography==41.0.6
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -155,7 +155,7 @@ idna==3.6
# requests
importlib-metadata==6.8.0
# via opentelemetry-api
ipykernel==6.26.0
ipykernel==6.27.1
# via
# nbclassic
# notebook
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 @@ -99,7 +99,7 @@ idna==3.6
# requests
importlib-metadata==6.8.0
# via opentelemetry-api
ipykernel==6.26.0
ipykernel==6.27.1
# via
# nbclassic
# notebook
Expand Down Expand Up @@ -198,7 +198,7 @@ monotonic==1.6
# via bravado
monty==2023.11.3
# via pymatgen
mpcontribs-client==5.5.5
mpcontribs-client==5.6.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
mpmath==1.3.0
# via sympy
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.7
boto3==1.33.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.32.7
botocore==1.33.0
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -111,7 +111,7 @@ idna==3.6
# requests
importlib-metadata==6.8.0
# via opentelemetry-api
ipykernel==6.26.0
ipykernel==6.27.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.18.1
# via
Expand Down Expand Up @@ -185,7 +185,7 @@ monty==2023.11.3
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
mpcontribs-client==5.5.5
mpcontribs-client==5.6.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
mpmath==1.3.0
# via sympy
Expand Down

0 comments on commit f9e922e

Please sign in to comment.