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 Jan 13, 2025
1 parent 16a20ee commit c7d7e19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.3.0
# referencing
bcrypt==4.2.1
# via paramiko
boto3==1.35.95
boto3==1.35.97
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.95
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.7.0
# via
# maggma
# pymongo
emmet-core==0.84.6rc2
emmet-core==0.84.6rc3
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.6.1
# via ddtrace
Expand Down Expand Up @@ -103,7 +103,7 @@ matplotlib==3.10.0
# pymatgen
mongomock==4.3.0
# via maggma
monty==2025.1.3
monty==2025.1.9
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -172,7 +172,7 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.10.4
pydantic==2.10.5
# via
# emmet-core
# fastapi
Expand All @@ -186,7 +186,7 @@ pydantic-settings==2.7.1
# maggma
pydash==8.0.4
# via maggma
pymatgen==2024.11.13
pymatgen==2025.1.9
# via
# emmet-core
# mp-pyrho
Expand Down Expand Up @@ -239,7 +239,7 @@ s3transfer==0.10.4
# via boto3
scikit-image==0.25.0
# via pymatgen-analysis-defects
scipy==1.15.0
scipy==1.15.1
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -270,7 +270,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
tifffile==2024.12.12
tifffile==2025.1.10
# via scikit-image
tqdm==4.67.1
# via
Expand All @@ -295,7 +295,7 @@ urllib3==2.3.0
# requests
uvicorn==0.34.0
# via maggma
wrapt==1.17.0
wrapt==1.17.1
# via
# ddtrace
# deprecated
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 @@ -28,7 +28,7 @@ matplotlib==3.10.0
# via
# -r python/requirements.txt
# pymatgen
monty==2025.1.3
monty==2025.1.9
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down Expand Up @@ -65,15 +65,15 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.10.4
pydantic==2.10.5
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.11.13
pymatgen==2025.1.9
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.2.1
# via matplotlib
Expand All @@ -95,7 +95,7 @@ ruamel-yaml==0.18.10
# pymatgen
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
scipy==1.15.0
scipy==1.15.1
# via
# -r python/requirements.txt
# pymatgen
Expand Down

0 comments on commit c7d7e19

Please sign in to comment.