Skip to content

Commit

Permalink
Automated dependency upgrades (#998)
Browse files Browse the repository at this point in the history
* update dependencies for emmet-api (ubuntu-latest/py3.10)

* update dependencies for emmet-api (ubuntu-latest/py3.11)

* update dependencies for emmet-api (ubuntu-latest/py3.9)

* update dependencies for emmet-builders (ubuntu-latest/py3.10)

* update dependencies for emmet-builders (ubuntu-latest/py3.11)

* update dependencies for emmet-builders (ubuntu-latest/py3.9)

* update dependencies for emmet-core (ubuntu-latest/py3.10)

* update dependencies for emmet-core (ubuntu-latest/py3.11)

* update dependencies for emmet-core (ubuntu-latest/py3.9)

* Mypy fix

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jason Munro <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent 7615652 commit c5a9f12
Show file tree
Hide file tree
Showing 19 changed files with 908 additions and 487 deletions.
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 @@ -22,13 +22,13 @@ attrs==23.2.0
# referencing
bcrypt==4.1.2
# via paramiko
blinker==1.7.0
blinker==1.8.1
# via flask
boto3==1.34.85
boto3==1.34.95
# via
# emmet-api (setup.py)
# maggma
botocore==1.34.85
botocore==1.34.95
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,23 +57,23 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.1
ddtrace==2.8.3
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.82.1
emmet-core==0.83.0
# via 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.3
# via
# 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 (setup.py)
h11==0.14.0
# via uvicorn
Expand All @@ -103,15 +103,15 @@ jmespath==1.0.1
# botocore
joblib==1.4.0
# via pymatgen
jsonschema==4.21.1
jsonschema==4.22.0
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.64.1
maggma==0.66.0
# via emmet-api (setup.py)
markupsafe==2.1.5
# via
Expand All @@ -123,7 +123,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 @@ -162,7 +162,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 All @@ -172,27 +172,27 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.0
pydantic==2.7.1
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via
# emmet-core
# maggma
pydash==8.0.0
pydash==8.0.1
# via maggma
pymatgen==2024.4.13
# via
# emmet-core
# pymatgen-analysis-alloys
pymatgen-analysis-alloys==0.0.6
# via emmet-api (setup.py)
pymongo==4.6.3
pymongo==4.7.1
# via
# maggma
# mongogrant
Expand All @@ -212,9 +212,9 @@ 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
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -240,7 +240,7 @@ sentinels==1.0.0
# via mongomock
setproctitle==1.3.3
# via emmet-api (setup.py)
shapely==2.0.3
shapely==2.0.4
# via
# emmet-api (setup.py)
# pymatgen-analysis-alloys
Expand Down
Loading

0 comments on commit c5a9f12

Please sign in to comment.