Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #1181

Merged
merged 6 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions emmet-api/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ asgi-logger==0.1.0
# via emmet-api (setup.py)
asgiref==3.8.1
# via asgi-logger
attrs==24.3.0
attrs==25.1.0
# via
# jsonlines
# jsonschema
# referencing
bcrypt==4.2.1
# via paramiko
boto3==1.36.6
boto3==1.36.17
# via
# emmet-api (setup.py)
# maggma
botocore==1.36.6
botocore==1.36.17
# via
# boto3
# s3transfer
bytecode==0.16.1
# via ddtrace
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via
Expand All @@ -49,7 +49,7 @@ cycler==0.12.1
# via matplotlib
ddtrace==2.20.0
# via emmet-api (setup.py)
deprecated==1.2.17
deprecated==1.2.18
# via opentelemetry-api
dnspython==2.7.0
# via
Expand All @@ -61,11 +61,11 @@ envier==0.6.1
# via ddtrace
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.7
fastapi==0.115.8
# via
# emmet-api (setup.py)
# maggma
fonttools==4.55.6
fonttools==4.56.0
# via matplotlib
gunicorn==23.0.0
# via emmet-api (setup.py)
Expand Down Expand Up @@ -97,7 +97,7 @@ latexcodec==3.0.0
# via pybtex
lazy-loader==0.4
# via scikit-image
maggma[api]==0.71.2
maggma[api]==0.71.4
# via emmet-api (setup.py)
matplotlib==3.10.0
# via pymatgen
Expand All @@ -114,6 +114,8 @@ mpmath==1.3.0
# via sympy
msgpack==1.1.0
# via maggma
narwhals==1.26.0
# via plotly
networkx==3.4.2
# via
# pymatgen
Expand All @@ -135,7 +137,7 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.29.0
opentelemetry-api==1.30.0
# via ddtrace
orjson==3.10.15
# via maggma
Expand All @@ -153,14 +155,14 @@ pandas==2.2.3
# via
# maggma
# pymatgen
paramiko==3.5.0
paramiko==3.5.1
# via sshtunnel
pillow==11.1.0
# via
# imageio
# matplotlib
# scikit-image
plotly==5.24.1
plotly==6.0.0
# via pymatgen
protobuf==5.29.3
# via ddtrace
Expand All @@ -184,7 +186,7 @@ pydantic-settings==2.7.1
# maggma
pydash==8.0.5
# via maggma
pymatgen==2024.11.13
pymatgen==2025.1.24
# via
# emmet-core
# mp-pyrho
Expand All @@ -208,15 +210,15 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytz==2024.2
pytz==2025.1
# via
# mongomock
# pandas
pyyaml==6.0.2
# via pybtex
pyzmq==26.2.0
pyzmq==26.2.1
# via maggma
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -235,7 +237,7 @@ ruamel-yaml-clib==0.2.12
# via ruamel-yaml
s3transfer==0.11.2
# via boto3
scikit-image==0.25.0
scikit-image==0.25.1
# via pymatgen-analysis-defects
scipy==1.15.1
# via
Expand All @@ -245,7 +247,7 @@ sentinels==1.0.0
# via mongomock
setproctitle==1.3.4
# via emmet-api (setup.py)
shapely==2.0.6
shapely==2.0.7
# via
# emmet-api (setup.py)
# pymatgen-analysis-alloys
Expand All @@ -265,8 +267,6 @@ sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
tifffile==2025.1.10
# via scikit-image
tqdm==4.67.1
Expand Down
Loading