Skip to content

Commit

Permalink
Merge pull request #127 from KingsburyLab/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
rkingsbury authored Apr 10, 2024
2 parents c6eb506 + 0343bc9 commit 10d1be9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
58 changes: 29 additions & 29 deletions requirements/windows-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.59
boto3==1.34.81
# via maggma
botocore==1.34.59
botocore==1.34.81
# via
# boto3
# s3transfer
Expand All @@ -41,7 +41,7 @@ colorama==0.4.6
# via
# click
# tqdm
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cryptography==42.0.5
# via paramiko
Expand All @@ -53,11 +53,11 @@ dnspython==2.6.1
# pymongo
exceptiongroup==1.2.0
# via anyio
fastapi==0.110.0
fastapi==0.110.1
# via maggma
flask==3.0.2
flask==3.0.3
# via mongogrant
fonttools==4.49.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand All @@ -69,9 +69,9 @@ idna==3.6
# via
# anyio
# requests
importlib-metadata==7.0.2
importlib-metadata==7.1.0
# via flask
importlib-resources==6.1.3
importlib-resources==6.4.0
# via matplotlib
itsdangerous==2.1.2
# via flask
Expand All @@ -81,7 +81,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.2
joblib==1.4.0
# via pymatgen
jsonschema==4.21.1
# via maggma
Expand All @@ -91,19 +91,19 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.63.4
maggma==0.64.0
# via pyEQL (setup.py)
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.3
matplotlib==3.8.4
# via pymatgen
mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.2.26
monty==2024.3.31
# via
# maggma
# pyEQL (setup.py)
Expand All @@ -125,9 +125,9 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
orjson==3.9.15
orjson==3.10.0
# via maggma
packaging==23.2
packaging==24.0
# via
# matplotlib
# mongomock
Expand All @@ -138,21 +138,21 @@ pandas==2.2.1
# via pymatgen
paramiko==3.4.0
# via sshtunnel
periodictable==1.6.1
periodictable==1.7.0
# via phreeqpython
phreeqpython==1.5.0
# via pyEQL (setup.py)
pillow==10.2.0
pillow==10.3.0
# via matplotlib
pint==0.23
# via pyEQL (setup.py)
plotly==5.19.0
plotly==5.20.0
# via pymatgen
pybtex==0.24.0
# via pymatgen
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==2.6.3
pydantic==2.6.4
# via
# fastapi
# maggma
Expand All @@ -161,11 +161,11 @@ pydantic-core==2.16.3
# via pydantic
pydantic-settings==2.2.1
# via maggma
pydash==7.0.7
pydash==8.0.0
# via maggma
pymatgen==2024.3.1
# via pyEQL (setup.py)
pymongo==4.6.2
pymongo==4.6.3
# via
# maggma
# mongogrant
Expand All @@ -189,7 +189,7 @@ pyyaml==6.0.1
# via pybtex
pyzmq==25.1.2
# via maggma
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -207,9 +207,9 @@ ruamel-yaml==0.17.40
# pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
scipy==1.12.0
scipy==1.13.0
# via
# iapws
# phreeqpython
Expand All @@ -227,7 +227,7 @@ spglib==2.3.1
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.36.3
starlette==0.37.2
# via fastapi
sympy==1.12
# via pymatgen
Expand All @@ -239,7 +239,7 @@ tqdm==4.66.2
# via
# maggma
# pymatgen
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# aioitertools
# anyio
Expand All @@ -258,11 +258,11 @@ urllib3==1.26.18
# via
# botocore
# requests
uvicorn==0.28.0
uvicorn==0.29.0
# via maggma
werkzeug==3.0.1
werkzeug==3.0.2
# via flask
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
Expand Down
Loading

0 comments on commit 10d1be9

Please sign in to comment.