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 20, 2024
1 parent 939508c commit d9d7d21
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
22 changes: 10 additions & 12 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.103
boto3==1.34.108
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -64,7 +64,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.4
ddtrace==2.8.5
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -86,9 +86,8 @@ exceptiongroup==1.2.1
fastapi==0.111.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# fastapi-cli
# maggma
fastapi-cli==0.0.3
fastapi-cli==0.0.4
# via fastapi
flask==3.0.3
# via mongogrant
Expand Down Expand Up @@ -136,15 +135,15 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.66.0
maggma==0.67.0
# via emmet-api (emmet/emmet-api/setup.py)
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -154,7 +153,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.4.17
monty==2024.5.15
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -262,7 +261,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via
# mongogrant
# pymatgen
Expand Down Expand Up @@ -339,7 +338,7 @@ typing-extensions==4.11.0
# uvicorn
tzdata==2024.1
# via pandas
ujson==5.9.0
ujson==5.10.0
# via fastapi
uncertainties==3.1.7
# via pymatgen
Expand All @@ -350,7 +349,6 @@ urllib3==2.2.1
uvicorn[standard]==0.29.0
# via
# fastapi
# fastapi-cli
# maggma
uvloop==0.19.0
# via uvicorn
Expand All @@ -364,7 +362,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
monty==2024.4.17
monty==2024.5.15
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down Expand Up @@ -87,7 +87,7 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
requests==2.31.0
requests==2.32.0
# via pymatgen
ruamel-yaml==0.18.6
# via pymatgen
Expand Down

0 comments on commit d9d7d21

Please sign in to comment.