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 Mar 15, 2024
1 parent fb713f3 commit c5f9583
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.59
boto3==1.34.64
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.59
botocore==1.34.64
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.2
ddtrace==2.7.3
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -79,7 +79,7 @@ fastapi==0.110.0
# maggma
flask==3.0.2
# via mongogrant
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -167,9 +167,9 @@ paramiko==3.4.0
# via sshtunnel
pillow==10.2.0
# via matplotlib
plotly==5.19.0
plotly==5.20.0
# via pymatgen
protobuf==4.25.3
protobuf==5.26.0
# via
# ddsketch
# ddtrace
Expand All @@ -179,7 +179,7 @@ pybtex==0.24.0
# pymatgen
pycparser==2.21
# via cffi
pydantic==2.6.3
pydantic==2.6.4
# via
# emmet-core
# fastapi
Expand Down Expand Up @@ -239,7 +239,7 @@ ruamel-yaml==0.17.40
# pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
scipy==1.12.0
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ tzdata==2024.1
# via pandas
uncertainties==3.1.7
# via pymatgen
urllib3==2.0.7
urllib3==2.2.1
# via
# botocore
# requests
Expand All @@ -307,7 +307,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
zipp==3.18.1
# 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 @@ -14,7 +14,7 @@ contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -59,13 +59,13 @@ pandas==2.2.1
# pymatgen
pillow==10.2.0
# via matplotlib
plotly==5.19.0
plotly==5.20.0
# via pymatgen
pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.6.3
pydantic==2.6.4
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
Expand Down

0 comments on commit c5f9583

Please sign in to comment.