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 Apr 22, 2024
1 parent 3a9a0f7 commit e6749c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.85
boto3==1.34.88
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.85
botocore==1.34.88
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -65,15 +65,15 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.82.1
emmet-core==0.82.2
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# anyio
# cattrs
fastapi==0.110.1
fastapi==0.110.2
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand All @@ -83,7 +83,7 @@ fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
gunicorn==21.2.0
gunicorn==22.0.0
# via emmet-api (emmet/emmet-api/setup.py)
h11==0.14.0
# via uvicorn
Expand Down Expand Up @@ -111,7 +111,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.64.1
maggma==0.65.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.5
# via
Expand All @@ -125,7 +125,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.3.31
monty==2024.4.17
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -167,7 +167,7 @@ paramiko==3.4.0
# via sshtunnel
pillow==10.3.0
# via matplotlib
plotly==5.20.0
plotly==5.21.0
# via pymatgen
protobuf==5.26.1
# via ddtrace
Expand Down Expand Up @@ -217,7 +217,7 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
pyzmq==26.0.0
pyzmq==26.0.2
# via maggma
referencing==0.34.0
# via
Expand Down Expand Up @@ -247,7 +247,7 @@ sentinels==1.0.0
# via mongomock
setproctitle==1.3.3
# via emmet-api (emmet/emmet-api/setup.py)
shapely==2.0.3
shapely==2.0.4
# via
# emmet-api (emmet/emmet-api/setup.py)
# pymatgen-analysis-alloys
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
monty==2024.3.31
monty==2024.4.17
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down Expand Up @@ -59,7 +59,7 @@ pandas==2.2.2
# pymatgen
pillow==10.3.0
# via matplotlib
plotly==5.20.0
plotly==5.21.0
# via pymatgen
pybtex==0.24.0
# via
Expand Down

0 comments on commit e6749c4

Please sign in to comment.