Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dependencies for ubuntu-latest/py3.11
Browse files Browse the repository at this point in the history
github-actions committed Oct 28, 2024
1 parent c8d65fb commit 377ca5f
Showing 2 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
@@ -39,9 +39,9 @@ bleach==6.1.0
# via nbconvert
blinker==1.8.2
# via flask
boto3==1.35.46
boto3==1.35.49
# via maggma
botocore==1.35.46
botocore==1.35.49
# via
# boto3
# s3transfer
@@ -121,7 +121,7 @@ ipykernel==6.29.5
# via
# nbclassic
# notebook
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# jupyterlab
@@ -370,7 +370,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.10.22
pymatgen==2024.10.27
# via
# crystal_toolkit (pyproject.toml)
# emmet-core
@@ -494,7 +494,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tifffile==2024.9.20
# via scikit-image
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tornado==6.4.1
# via
@@ -556,7 +556,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.6
# via
# dash
# flask
22 changes: 11 additions & 11 deletions requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
@@ -73,9 +73,9 @@ blinker==1.8.2
# via flask
boltztrap2==24.9.4
# via ifermi
boto3==1.35.46
boto3==1.35.49
# via maggma
botocore==1.35.46
botocore==1.35.49
# via
# boto3
# s3transfer
@@ -249,7 +249,7 @@ fqdn==1.5.1
# via jsonschema
frozendict==2.4.6
# via crystal_toolkit (pyproject.toml)
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
@@ -309,7 +309,7 @@ ipykernel==6.29.5
# via
# nbclassic
# notebook
ipython==8.28.0
ipython==8.29.0
# via
# ipykernel
# jupyterlab
@@ -627,7 +627,7 @@ pexpect==4.9.0
# via
# dephell-shells
# ipython
phonopy==2.29.0
phonopy==2.29.1
# via crystal_toolkit (pyproject.toml)
pillow==11.0.0
# via
@@ -714,7 +714,7 @@ pygments==2.18.0
# sphinx
pylops==2.3.1
# via py4dstem
pymatgen==2024.10.22
pymatgen==2024.10.27
# via
# crystal_toolkit (pyproject.toml)
# emmet-core
@@ -787,7 +787,7 @@ pyzmq==26.2.0
# notebook
recommonmark==0.7.1
# via crystal_toolkit (pyproject.toml)
redis==5.1.1
redis==5.2.0
# via crystal_toolkit (pyproject.toml)
referencing==0.35.1
# via
@@ -972,7 +972,7 @@ threadpoolctl==3.5.0
# scikit-learn
tifffile==2024.9.20
# via scikit-image
tinycss2==1.3.0
tinycss2==1.4.0
# via nbconvert
tomlkit==0.13.2
# via dephell
@@ -1024,7 +1024,7 @@ trio==0.27.0
# trio-websocket
trio-websocket==0.11.1
# via selenium
typeguard==4.3.0
typeguard==4.4.0
# via inflect
types-python-dateutil==2.9.0.20241003
# via arrow
@@ -1073,7 +1073,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.6
# via
# dash
# flask
@@ -1097,7 +1097,7 @@ zipp==3.20.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:

0 comments on commit 377ca5f

Please sign in to comment.