Skip to content

Commit

Permalink
Merge pull request #99 from KingsburyLab/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
rkingsbury authored Feb 6, 2024
2 parents d6b7c09 + 1ef7441 commit 50b11a6
Show file tree
Hide file tree
Showing 24 changed files with 816 additions and 876 deletions.
56 changes: 28 additions & 28 deletions requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.15
boto3==1.34.35
# via maggma
botocore==1.34.15
botocore==1.34.35
# via
# boto3
# s3transfer
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -39,21 +39,21 @@ click==8.1.7
# uvicorn
contourpy==1.2.0
# via matplotlib
cryptography==42.0.0
cryptography==42.0.2
# via paramiko
cycler==0.12.1
# via matplotlib
dnspython==2.4.2
dnspython==2.5.0
# via
# maggma
# pymongo
exceptiongroup==1.2.0
# via anyio
fastapi==0.109.1
fastapi==0.109.2
# via maggma
flask==3.0.0
flask==3.0.2
# via mongogrant
fonttools==4.47.0
fonttools==4.48.1
# via matplotlib
future==0.18.3
# via uncertainties
Expand All @@ -67,25 +67,25 @@ idna==3.6
# requests
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.3
# via flask
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
# via pymatgen
jsonschema==4.20.0
jsonschema==4.21.1
# via maggma
jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.60.2
maggma==0.62.1
# via pyEQL (setup.py)
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
Expand All @@ -95,7 +95,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.11.3
monty==2024.2.2
# via
# maggma
# pyEQL (setup.py)
Expand All @@ -106,7 +106,7 @@ msgpack==1.0.7
# via maggma
networkx==3.2.1
# via pymatgen
numpy==1.26.3
numpy==1.26.4
# via
# contourpy
# maggma
Expand All @@ -117,7 +117,7 @@ numpy==1.26.3
# pymatgen
# scipy
# spglib
orjson==3.9.10
orjson==3.9.13
# via maggma
packaging==23.2
# via
Expand All @@ -126,7 +126,7 @@ packaging==23.2
# plotly
palettable==3.3.3
# via pymatgen
pandas==2.1.4
pandas==2.2.0
# via pymatgen
paramiko==3.4.0
# via sshtunnel
Expand All @@ -144,18 +144,18 @@ pybtex==0.24.0
# via pymatgen
pycparser==2.21
# via cffi
pydantic==2.5.3
pydantic==2.6.1
# via
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.14.6
pydantic-core==2.16.2
# via pydantic
pydantic-settings==2.1.0
# via maggma
pydash==7.0.6
pydash==7.0.7
# via maggma
pymatgen==2023.12.18
pymatgen==2024.1.27
# via pyEQL (setup.py)
pymongo==4.6.1
# via
Expand All @@ -173,23 +173,23 @@ python-dateutil==2.8.2
# maggma
# matplotlib
# pandas
python-dotenv==1.0.0
python-dotenv==1.0.1
# via pydantic-settings
pytz==2023.3.post1
pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
pyzmq==25.1.2
# via maggma
referencing==0.32.1
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# mongogrant
# pymatgen
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand All @@ -201,7 +201,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
# via boto3
scipy==1.11.4
scipy==1.12.0
# via
# iapws
# phreeqpython
Expand All @@ -216,11 +216,11 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.2.0
spglib==2.3.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.36.2
starlette==0.36.3
# via fastapi
sympy==1.12
# via pymatgen
Expand Down Expand Up @@ -249,7 +249,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.25.0
uvicorn==0.27.0.post1
# via maggma
werkzeug==3.0.1
# via flask
Expand Down
Loading

0 comments on commit 50b11a6

Please sign in to comment.