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

Merged
merged 9 commits into from
May 10, 2023
8 changes: 4 additions & 4 deletions requirements/requirements-macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/requirements-ubuntu-latest_py3.10.txt --resolver=backtracking setup.py
# pip-compile --output-file=requirements/requirements-macos-latest_py3.10.txt --resolver=backtracking setup.py
#
certifi==2023.5.7
# via requests
Expand All @@ -16,7 +16,7 @@ emmet-core==0.54.4
# via
# mp-api
# mp-api (setup.py)
fonttools==4.39.3
fonttools==4.39.4
# via matplotlib
future==0.18.3
# via uncertainties
Expand Down Expand Up @@ -70,7 +70,7 @@ pybtex==0.24.0
# pymatgen
pydantic==1.10.7
# via emmet-core
pymatgen==2023.5.8
pymatgen==2023.5.10
# via
# emmet-core
# mp-api
Expand Down Expand Up @@ -105,7 +105,7 @@ spglib==2.0.2
# via
# emmet-core
# pymatgen
sympy==1.11.1
sympy==1.12
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand Down
Loading