Skip to content

Commit

Permalink
update dependencies for . (windows-latest/py3.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 10, 2024
1 parent 317647f commit 671078e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 72 deletions.
59 changes: 27 additions & 32 deletions requirements/windows-latest_py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
aioitertools==0.11.0
# via maggma
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
anyio==4.4.0
# via
# httpx
# starlette
Expand All @@ -21,13 +21,13 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.102
boto3==1.34.122
# via maggma
botocore==1.34.102
botocore==1.34.122
# via
# boto3
# s3transfer
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -51,7 +51,7 @@ colorama==0.4.6
# uvicorn
contourpy==1.2.1
# via matplotlib
cryptography==42.0.7
cryptography==42.0.8
# via paramiko
cycler==0.12.1
# via matplotlib
Expand All @@ -65,17 +65,13 @@ email-validator==2.1.1
exceptiongroup==1.2.1
# via anyio
fastapi==0.111.0
# via
# fastapi-cli
# maggma
fastapi-cli==0.0.3
# via maggma
fastapi-cli==0.0.4
# via fastapi
flask==3.0.3
# via mongogrant
fonttools==4.51.0
fonttools==4.53.0
# via matplotlib
future==1.0.0
# via uncertainties
h11==0.14.0
# via
# httpcore
Expand Down Expand Up @@ -120,23 +116,23 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.66.0
maggma==0.67.0
# via pyEQL (setup.py)
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.4
matplotlib==3.9.0
# via pymatgen
mdurl==0.1.2
# via markdown-it-py
mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.4.17
monty==2024.5.24
# via
# maggma
# pyEQL (setup.py)
Expand All @@ -162,7 +158,7 @@ orjson==3.10.3
# via
# fastapi
# maggma
packaging==24.0
packaging==24.1
# via
# matplotlib
# mongomock
Expand All @@ -187,22 +183,22 @@ pybtex==0.24.0
# via pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.3
# via
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.2
pydantic-core==2.18.4
# via pydantic
pydantic-settings==2.2.1
pydantic-settings==2.3.1
# via maggma
pydash==8.0.1
# via maggma
pygments==2.18.0
# via rich
pymatgen==2024.5.1
pymatgen==2024.6.4
# via pyEQL (setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via
# maggma
# mongogrant
Expand Down Expand Up @@ -236,7 +232,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.3
# via
# mongogrant
# pymatgen
Expand All @@ -254,7 +250,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.1
# via boto3
scipy==1.13.0
scipy==1.13.1
# via
# iapws
# phreeqpython
Expand All @@ -278,7 +274,7 @@ sshtunnel==0.4.0
# via maggma
starlette==0.37.2
# via fastapi
sympy==1.12
sympy==1.12.1
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand All @@ -290,7 +286,7 @@ tqdm==4.66.4
# pymatgen
typer==0.12.3
# via fastapi-cli
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# aioitertools
# anyio
Expand All @@ -304,26 +300,25 @@ typing-extensions==4.11.0
# uvicorn
tzdata==2024.1
# via pandas
ujson==5.9.0
ujson==5.10.0
# via fastapi
uncertainties==3.1.7
uncertainties==3.2.1
# via pymatgen
urllib3==1.26.18
# via
# botocore
# requests
uvicorn[standard]==0.29.0
uvicorn[standard]==0.30.1
# via
# fastapi
# fastapi-cli
# maggma
watchfiles==0.21.0
watchfiles==0.22.0
# via uvicorn
websockets==12.0
# via uvicorn
werkzeug==3.0.3
# via flask
zipp==3.18.1
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
Expand Down
Loading

0 comments on commit 671078e

Please sign in to comment.