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

Merged
merged 2 commits into from
Oct 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
62 changes: 32 additions & 30 deletions requirements/requirements-ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/requirements-ubuntu-latest_py3.10.txt pyproject.toml
#
aioitertools==0.11.0
aioitertools==0.12.0
# via maggma
annotated-types==0.7.0
# via pydantic
Expand All @@ -15,35 +15,35 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.0
boto3==1.35.33
# via maggma
botocore==1.35.0
botocore==1.35.33
# via
# boto3
# s3transfer
certifi==2024.7.4
certifi==2024.8.30
# via requests
cffi==1.17.0
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
contourpy==1.2.1
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via paramiko
cycler==0.12.1
# via matplotlib
dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc5
emmet-core==0.84.3rc0
# via mp-api (pyproject.toml)
fonttools==4.53.1
fonttools==4.54.1
# via matplotlib
idna==3.7
idna==3.10
# via requests
jmespath==1.0.1
# via
Expand All @@ -57,15 +57,15 @@ jsonschema==4.23.0
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.69.2
maggma==0.69.4
# via mp-api (pyproject.toml)
matplotlib==3.9.2
# via pymatgen
mongomock==4.1.2
mongomock==4.2.0.post1
# via maggma
monty==2024.7.30
# via
Expand All @@ -75,7 +75,7 @@ monty==2024.7.30
# pymatgen
mpmath==1.3.0
# via sympy
msgpack==1.0.8
msgpack==1.1.0
# via
# maggma
# mp-api (pyproject.toml)
Expand All @@ -100,44 +100,44 @@ packaging==24.1
# plotly
palettable==3.3.3
# via pymatgen
pandas==2.2.2
pandas==2.2.3
# via
# maggma
# pymatgen
paramiko==3.4.1
paramiko==3.5.0
# via sshtunnel
pillow==10.4.0
# via matplotlib
plotly==5.23.0
plotly==5.24.1
# via pymatgen
pybtex==0.24.0
# via
# emmet-core
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.8.2
pydantic==2.9.2
# via
# emmet-core
# maggma
# pydantic-settings
pydantic-core==2.20.1
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.4.0
pydantic-settings==2.5.2
# via
# emmet-core
# maggma
pydash==8.0.3
# via maggma
pymatgen==2024.8.9
pymatgen==2024.10.3
# via
# emmet-core
# mp-api (pyproject.toml)
pymongo==4.8.0
pymongo==4.10.1
# via maggma
pynacl==1.5.0
# via paramiko
pyparsing==3.1.2
pyparsing==3.1.4
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand All @@ -147,11 +147,13 @@ python-dateutil==2.9.0.post0
# pandas
python-dotenv==1.0.1
# via pydantic-settings
pytz==2024.1
# via pandas
pytz==2024.2
# via
# mongomock
# pandas
pyyaml==6.0.2
# via pybtex
pyzmq==26.1.1
pyzmq==26.2.0
# via maggma
referencing==0.35.1
# via
Expand All @@ -173,7 +175,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.2
# via boto3
scipy==1.14.0
scipy==1.14.1
# via pymatgen
sentinels==1.0.0
# via mongomock
Expand All @@ -187,7 +189,7 @@ spglib==2.5.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
sympy==1.13.2
sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand All @@ -204,11 +206,11 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# pydash
tzdata==2024.1
tzdata==2024.2
# via pandas
uncertainties==3.2.2
# via pymatgen
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# requests
Expand Down
Loading
Loading