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 #1143

Merged
merged 6 commits into from
Dec 3, 2024
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
52 changes: 26 additions & 26 deletions emmet-api/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ attrs==24.2.0
# jsonlines
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via paramiko
boto3==1.35.57
boto3==1.35.73
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.57
botocore==1.35.73
# via
# boto3
# s3transfer
Expand All @@ -41,31 +41,31 @@ charset-normalizer==3.4.0
# via requests
click==8.1.7
# via uvicorn
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cryptography==43.0.3
cryptography==44.0.0
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.16.0
ddtrace==2.17.2
# via emmet-api (setup.py)
deprecated==1.2.14
deprecated==1.2.15
# via opentelemetry-api
dnspython==2.7.0
# via
# maggma
# pymongo
emmet-core==0.84.3rc3
emmet-core==0.84.3rc4
# via emmet-api (setup.py)
envier==0.6.1
# via ddtrace
exceptiongroup==1.2.2
# via anyio
fastapi==0.115.4
fastapi==0.115.5
# via
# emmet-api (setup.py)
# maggma
fonttools==4.54.1
fonttools==4.55.1
# via matplotlib
gunicorn==23.0.0
# via emmet-api (setup.py)
Expand All @@ -75,7 +75,7 @@ idna==3.10
# via
# anyio
# requests
imageio==2.36.0
imageio==2.36.1
# via scikit-image
importlib-metadata==8.5.0
# via opentelemetry-api
Expand All @@ -99,9 +99,9 @@ lazy-loader==0.4
# via scikit-image
maggma[api]==0.70.0
# via emmet-api (setup.py)
matplotlib==3.9.2
matplotlib==3.9.3
# via pymatgen
mongomock==4.2.0.post1
mongomock==4.3.0
# via maggma
monty==2024.10.21
# via
Expand Down Expand Up @@ -135,9 +135,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.28.1
opentelemetry-api==1.28.2
# via ddtrace
orjson==3.10.11
orjson==3.10.12
# via maggma
packaging==24.2
# via
Expand All @@ -162,29 +162,29 @@ pillow==11.0.0
# scikit-image
plotly==5.24.1
# via pymatgen
protobuf==5.28.3
protobuf==5.29.0
# via ddtrace
pybtex==0.24.0
# via
# emmet-core
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.3
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.4
# via maggma
pymatgen==2024.10.29
pymatgen==2024.11.13
# via
# emmet-core
# mp-pyrho
Expand Down Expand Up @@ -222,7 +222,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.21.0
rpds-py==0.22.1
# via
# jsonschema
# referencing
Expand All @@ -233,7 +233,7 @@ ruamel-yaml==0.18.6
# pymatgen
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
scikit-image==0.24.0
# via pymatgen-analysis-defects
Expand All @@ -243,7 +243,7 @@ scipy==1.14.1
# scikit-image
sentinels==1.0.0
# via mongomock
setproctitle==1.3.3
setproctitle==1.3.4
# via emmet-api (setup.py)
shapely==2.0.6
# via
Expand All @@ -259,7 +259,7 @@ spglib==2.5.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.41.2
starlette==0.41.3
# via fastapi
sympy==1.13.3
# via pymatgen
Expand All @@ -269,7 +269,7 @@ tenacity==9.0.0
# via plotly
tifffile==2024.9.20
# via scikit-image
tqdm==4.67.0
tqdm==4.67.1
# via
# maggma
# pymatgen
Expand All @@ -292,9 +292,9 @@ urllib3==2.2.3
# via
# botocore
# requests
uvicorn==0.32.0
uvicorn==0.32.1
# via maggma
wrapt==1.16.0
wrapt==1.17.0
# via
# ddtrace
# deprecated
Expand Down
Loading