Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 20 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 20 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.4` | `43.0.1` |
| [dash](https://github.com/plotly/dash) | `2.13.0` | `2.15.0` |
| [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.6.1` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` |
| [jupyter-server](https://github.com/jupyter-server/jupyter_server) | `2.7.3` | `2.11.2` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `3.6.6` | `3.6.8` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `10.3.0` |
| [pymatgen](https://github.com/materialsproject/pymatgen) | `2023.6.23` | `2024.2.20` |
| [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.5.0` | `4.6.3` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.3.1` | `1.5.0` |
| [tornado](https://github.com/tornadoweb/tornado) | `6.3.3` | `6.4.1` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.1` | `4.66.3` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.20` | `2.2.3` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.2.3` | `3.0.3` |
| [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.19.1` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.6` | `3.10.2` |
| [black](https://github.com/psf/black) | `23.9.1` | `24.3.0` |



Updates `certifi` from 2023.7.22 to 2024.7.4
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

Updates `cryptography` from 41.0.4 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...43.0.1)

Updates `dash` from 2.13.0 to 2.15.0
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v2.13.0...v2.15.0)

Updates `dnspython` from 2.4.2 to 2.6.1
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.4.2...v2.6.1)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `jinja2` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.4)

Updates `jupyter-server` from 2.7.3 to 2.11.2
- [Release notes](https://github.com/jupyter-server/jupyter_server/releases)
- [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md)
- [Commits](jupyter-server/jupyter_server@v2.7.3...v2.11.2)

Updates `jupyterlab` from 3.6.6 to 3.6.8
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.6.6...@jupyterlab/vdom@3.6.8)

Updates `pillow` from 10.0.1 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.1...10.3.0)

Updates `pymatgen` from 2023.6.23 to 2024.2.20
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2023.06.23...v2024.2.20)

Updates `pymongo` from 4.5.0 to 4.6.3
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.5.0...4.6.3)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `scikit-learn` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.3.1...1.5.0)

Updates `tornado` from 6.3.3 to 6.4.1
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](tornadoweb/tornado@v6.3.3...v6.4.1)

Updates `tqdm` from 4.66.1 to 4.66.3
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.1...v4.66.3)

Updates `urllib3` from 1.26.20 to 2.2.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.20...2.2.3)

Updates `werkzeug` from 2.2.3 to 3.0.3
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@2.2.3...3.0.3)

Updates `zipp` from 3.17.0 to 3.19.1
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.17.0...v3.19.1)

Updates `aiohttp` from 3.8.6 to 3.10.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.10.2)

Updates `black` from 23.9.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.9.1...24.3.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: cryptography
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: dash
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: dnspython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jupyter-server
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jupyterlab
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymatgen
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymongo
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tornado
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: tqdm
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: zipp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Sep 20, 2024
1 parent 2412df8 commit f79eda2
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 105 deletions.
24 changes: 12 additions & 12 deletions requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ botocore==1.35.23
# s3transfer
cachelib==0.9.0
# via flask-caching
certifi==2024.8.30
certifi==2024.7.4
# via requests
cffi==1.17.1
# via
Expand All @@ -68,7 +68,7 @@ crystaltoolkit-extension==0.6.0
# via crystal_toolkit (pyproject.toml)
cycler==0.12.1
# via matplotlib
dash==2.18.1
dash==2.15.0
# via crystal_toolkit (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand Down Expand Up @@ -112,7 +112,7 @@ fqdn==1.5.1
# via jsonschema
frozendict==2.4.4
# via crystal_toolkit (pyproject.toml)
idna==3.10
idna==3.7
# via
# anyio
# jsonschema
Expand Down Expand Up @@ -189,7 +189,7 @@ jupyter-events==0.10.0
# via
# jupyter-server
# jupyter-server-fileid
jupyter-server==2.14.2
jupyter-server==2.11.2
# via
# jupyter-server-fileid
# jupyterlab
Expand Down Expand Up @@ -324,7 +324,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==10.3.0
# via
# imageio
# matplotlib
Expand Down Expand Up @@ -373,12 +373,12 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.9.17.1
pymatgen==2024.2.20
# via
# crystal_toolkit (pyproject.toml)
# emmet-core
# mp-api
pymongo==4.9.1
pymongo==4.6.3
# via maggma
pynacl==1.5.0
# via paramiko
Expand Down Expand Up @@ -416,7 +416,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.3
requests==2.32.2
# via
# dash
# jupyterlab-server
Expand Down Expand Up @@ -446,7 +446,7 @@ s3transfer==0.10.2
# via boto3
scikit-image==0.24.0
# via crystal_toolkit (pyproject.toml)
scikit-learn==1.5.2
scikit-learn==1.5.0
# via crystal_toolkit (pyproject.toml)
scipy==1.14.1
# via
Expand Down Expand Up @@ -508,7 +508,7 @@ tornado==6.4.1
# jupyterlab
# notebook
# terminado
tqdm==4.66.5
tqdm==4.66.3
# via
# maggma
# pymatgen
Expand Down Expand Up @@ -561,7 +561,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.3
# via
# dash
# flask
Expand All @@ -573,7 +573,7 @@ y-py==0.6.2
# ypy-websocket
ypy-websocket==0.8.4
# via jupyter-server-ydoc
zipp==3.20.2
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
24 changes: 12 additions & 12 deletions requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiofiles==22.1.0
# via ypy-websocket
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
aiohttp==3.10.2
# via dephell
aioitertools==0.12.0
# via maggma
Expand Down Expand Up @@ -69,7 +69,7 @@ beautifulsoup4==4.12.3
# dash
# gdown
# nbconvert
black==24.8.0
black==24.3.0
# via crystal_toolkit (pyproject.toml)
bleach==6.1.0
# via nbconvert
Expand All @@ -87,7 +87,7 @@ cachelib==0.9.0
# via flask-caching
cerberus==1.3.5
# via dephell
certifi==2024.8.30
certifi==2024.7.4
# via
# dephell
# netcdf4
Expand Down Expand Up @@ -294,7 +294,7 @@ hiphive==1.3.1
# via crystal_toolkit (pyproject.toml)
identify==2.6.1
# via pre-commit
idna==3.10
idna==3.7
# via
# anyio
# jsonschema
Expand Down Expand Up @@ -392,7 +392,7 @@ jupyter-events==0.10.0
# via
# jupyter-server
# jupyter-server-fileid
jupyter-server==2.14.2
jupyter-server==2.11.2
# via
# jupyter-server-fileid
# jupyterlab
Expand Down Expand Up @@ -639,7 +639,7 @@ pexpect==4.9.0
# ipython
phonopy==2.28.0
# via crystal_toolkit (pyproject.toml)
pillow==10.4.0
pillow==10.3.0
# via
# imageio
# matplotlib
Expand Down Expand Up @@ -722,15 +722,15 @@ pygments==2.18.0
# sphinx
pylops==2.3.1
# via py4dstem
pymatgen==2024.9.17.1
pymatgen==2024.2.20
# via
# crystal_toolkit (pyproject.toml)
# emmet-core
# ifermi
# matminer
# mp-api
# robocrys
pymongo==4.9.1
pymongo==4.6.3
# via
# maggma
# matminer
Expand Down Expand Up @@ -851,7 +851,7 @@ scikit-image==0.24.0
# crystal_toolkit (pyproject.toml)
# ifermi
# py4dstem
scikit-learn==1.4.2
scikit-learn==1.5.0
# via
# crystal_toolkit (pyproject.toml)
# dscribe
Expand Down Expand Up @@ -1003,7 +1003,7 @@ tornado==6.4.1
# jupyterlab
# notebook
# terminado
tqdm==4.66.5
tqdm==4.66.3
# via
# emdfile
# gdown
Expand Down Expand Up @@ -1089,7 +1089,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.3
# via
# dash
# flask
Expand All @@ -1109,7 +1109,7 @@ ypy-websocket==0.8.4
# via jupyter-server-ydoc
zict==3.0.0
# via distributed
zipp==3.20.2
zipp==3.19.1
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
24 changes: 12 additions & 12 deletions requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ botocore==1.35.23
# s3transfer
cachelib==0.9.0
# via flask-caching
certifi==2024.8.30
certifi==2024.7.4
# via requests
cffi==1.17.1
# via
Expand All @@ -68,7 +68,7 @@ crystaltoolkit-extension==0.6.0
# via crystal_toolkit (pyproject.toml)
cycler==0.12.1
# via matplotlib
dash==2.18.1
dash==2.15.0
# via crystal_toolkit (pyproject.toml)
dash-core-components==2.0.0
# via dash
Expand Down Expand Up @@ -108,7 +108,7 @@ fqdn==1.5.1
# via jsonschema
frozendict==2.4.4
# via crystal_toolkit (pyproject.toml)
idna==3.10
idna==3.7
# via
# anyio
# jsonschema
Expand Down Expand Up @@ -185,7 +185,7 @@ jupyter-events==0.10.0
# via
# jupyter-server
# jupyter-server-fileid
jupyter-server==2.14.2
jupyter-server==2.11.2
# via
# jupyter-server-fileid
# jupyterlab
Expand Down Expand Up @@ -320,7 +320,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==10.3.0
# via
# imageio
# matplotlib
Expand Down Expand Up @@ -369,12 +369,12 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.9.17.1
pymatgen==2024.2.20
# via
# crystal_toolkit (pyproject.toml)
# emmet-core
# mp-api
pymongo==4.9.1
pymongo==4.6.3
# via maggma
pynacl==1.5.0
# via paramiko
Expand Down Expand Up @@ -412,7 +412,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.3
requests==2.32.2
# via
# dash
# jupyterlab-server
Expand Down Expand Up @@ -442,7 +442,7 @@ s3transfer==0.10.2
# via boto3
scikit-image==0.24.0
# via crystal_toolkit (pyproject.toml)
scikit-learn==1.5.2
scikit-learn==1.5.0
# via crystal_toolkit (pyproject.toml)
scipy==1.14.1
# via
Expand Down Expand Up @@ -502,7 +502,7 @@ tornado==6.4.1
# jupyterlab
# notebook
# terminado
tqdm==4.66.5
tqdm==4.66.3
# via
# maggma
# pymatgen
Expand Down Expand Up @@ -554,7 +554,7 @@ webencodings==0.5.1
# tinycss2
websocket-client==1.8.0
# via jupyter-server
werkzeug==3.0.4
werkzeug==3.0.3
# via
# dash
# flask
Expand All @@ -566,7 +566,7 @@ y-py==0.6.2
# ypy-websocket
ypy-websocket==0.8.4
# via jupyter-server-ydoc
zipp==3.20.2
zipp==3.19.1
# via importlib-metadata

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

0 comments on commit f79eda2

Please sign in to comment.