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 11, 2024
1 parent 85d5e74 commit e6307bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gunicorn==21.2.0
# via emmet-api (emmet/emmet-api/setup.py)
h11==0.14.0
# via uvicorn
idna==3.6
idna==3.7
# via
# anyio
# requests
Expand Down Expand Up @@ -177,13 +177,13 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.6.4
pydantic==2.7.0
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydantic-settings==2.2.1
# via
Expand Down Expand Up @@ -259,7 +259,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.1
# via anyio
spglib==2.3.1
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
# via ddtrace
Expand Down
8 changes: 4 additions & 4 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
idna==3.6
idna==3.7
# via requests
joblib==1.4.0
# via pymatgen
Expand Down Expand Up @@ -65,11 +65,11 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.6.4
pydantic==2.7.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.16.3
pydantic-core==2.18.1
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down Expand Up @@ -101,7 +101,7 @@ six==1.16.0
# via
# pybtex
# python-dateutil
spglib==2.3.1
spglib==2.4.0
# via pymatgen
sympy==1.12
# via pymatgen
Expand Down

0 comments on commit e6307bc

Please sign in to comment.