From f6be0c42026fdc3c6627c174138a854b99fbebed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:00:53 +0000 Subject: [PATCH] Bump the pip group across 5 directories with 5 updates Bumps the pip group with 4 updates in the /mpcontribs-api/requirements directory: [bleach](https://github.com/mozilla/bleach), [cryptography](https://github.com/pyca/cryptography), [jupyter-server](https://github.com/jupyter-server/jupyter_server) and [tornado](https://github.com/tornadoweb/tornado). Bumps the pip group with 3 updates in the /mpcontribs-kernel-gateway/requirements directory: [bleach](https://github.com/mozilla/bleach), [jupyter-server](https://github.com/jupyter-server/jupyter_server) and [tornado](https://github.com/tornadoweb/tornado). Bumps the pip group with 1 update in the /mpcontribs-lux directory: [pyarrow](https://github.com/apache/arrow). Bumps the pip group with 1 update in the /mpcontribs-lux/requirements directory: [pyarrow](https://github.com/apache/arrow). Bumps the pip group with 2 updates in the /mpcontribs-portal/requirements directory: [bleach](https://github.com/mozilla/bleach) and [tornado](https://github.com/tornadoweb/tornado). Updates `bleach` from 6.3.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0) Updates `cryptography` from 48.0.0 to 48.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1) Updates `jupyter-server` from 2.18.2 to 2.20.0 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v2.18.2...v2.20.0) Updates `tornado` from 6.5.5 to 6.5.7 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.5...v6.5.7) Updates `bleach` from 6.3.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0) Updates `jupyter-server` from 2.18.2 to 2.20.0 - [Release notes](https://github.com/jupyter-server/jupyter_server/releases) - [Changelog](https://github.com/jupyter-server/jupyter_server/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter-server/jupyter_server/compare/v2.18.2...v2.20.0) Updates `tornado` from 6.5.5 to 6.5.7 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.5...v6.5.7) Updates `pyarrow` from 22.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-23.0.1) Updates `pyarrow` from 22.0.0 to 23.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-22.0.0...apache-arrow-23.0.1) Updates `bleach` from 6.3.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v6.3.0...v6.4.0) Updates `tornado` from 6.5.5 to 6.5.7 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.5...v6.5.7) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-server dependency-version: 2.20.0 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production dependency-group: pip - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: jupyter-server dependency-version: 2.20.0 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- mpcontribs-api/requirements/deployment.txt | 4 ++-- mpcontribs-api/requirements/ubuntu-latest_py3.11.txt | 8 ++++---- mpcontribs-api/requirements/ubuntu-latest_py3.12.txt | 8 ++++---- mpcontribs-kernel-gateway/requirements/deployment.txt | 2 +- .../requirements/ubuntu-latest_py3.11.txt | 6 +++--- .../requirements/ubuntu-latest_py3.11_extras.txt | 6 +++--- .../requirements/ubuntu-latest_py3.12.txt | 6 +++--- .../requirements/ubuntu-latest_py3.12_extras.txt | 6 +++--- .../requirements/requirements-ubuntu-latest_py3.11.txt | 2 +- .../requirements-ubuntu-latest_py3.11_extras.txt | 2 +- .../requirements/requirements-ubuntu-latest_py3.12.txt | 2 +- .../requirements-ubuntu-latest_py3.12_extras.txt | 2 +- mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt | 4 ++-- mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt | 4 ++-- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/mpcontribs-api/requirements/deployment.txt b/mpcontribs-api/requirements/deployment.txt index 106f84484..55ec630d5 100644 --- a/mpcontribs-api/requirements/deployment.txt +++ b/mpcontribs-api/requirements/deployment.txt @@ -68,7 +68,7 @@ cramjam==2.11.0 # via python-snappy crontab==1.0.5 # via rq-scheduler -cryptography==49.0.0 +cryptography==48.0.1 # via pyopenssl css-html-js-minify==2.5.5 # via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml) @@ -204,7 +204,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.19.0 +jupyter-server==2.20.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt index ae1ff8eee..bd792edd4 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt @@ -32,7 +32,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via mpcontribs-api (pyproject.toml) @@ -68,7 +68,7 @@ cramjam==2.11.0 # via python-snappy crontab==1.0.5 # via rq-scheduler -cryptography==48.0.0 +cryptography==48.0.1 # via pyopenssl css-html-js-minify==2.5.5 # via mpcontribs-api (pyproject.toml) @@ -206,7 +206,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server @@ -472,7 +472,7 @@ terminado==0.18.1 # notebook tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt index e9a48b299..2b641eb4e 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt @@ -32,7 +32,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via mpcontribs-api (pyproject.toml) @@ -68,7 +68,7 @@ cramjam==2.11.0 # via python-snappy crontab==1.0.5 # via rq-scheduler -cryptography==48.0.0 +cryptography==48.0.1 # via pyopenssl css-html-js-minify==2.5.5 # via mpcontribs-api (pyproject.toml) @@ -206,7 +206,7 @@ jupyter-core==5.9.1 # notebook jupyter-events==0.12.1 # via jupyter-server -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via notebook-shim jupyter-server-terminals==0.5.4 # via jupyter-server @@ -470,7 +470,7 @@ terminado==0.18.1 # notebook tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-kernel-gateway/requirements/deployment.txt b/mpcontribs-kernel-gateway/requirements/deployment.txt index f67c12a21..27c7892f8 100644 --- a/mpcontribs-kernel-gateway/requirements/deployment.txt +++ b/mpcontribs-kernel-gateway/requirements/deployment.txt @@ -144,7 +144,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r MPContribs/mpcontribs-kernel-gateway/requirements.in -jupyter-server==2.19.0 +jupyter-server==2.20.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt index 58e4375da..bc6897445 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via -r requirements.in @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server @@ -379,7 +379,7 @@ terminado==0.18.1 # jupyter-server-terminals tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt index dd3cbe3c3..be4f23703 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.11_extras.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via -r requirements.in @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server @@ -379,7 +379,7 @@ terminado==0.18.1 # jupyter-server-terminals tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt index 7e8f1858f..4a9bf895b 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via -r requirements.in @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server @@ -377,7 +377,7 @@ terminado==0.18.1 # jupyter-server-terminals tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt index 31ccc84e2..da29311f3 100644 --- a/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-kernel-gateway/requirements/ubuntu-latest_py3.12_extras.txt @@ -22,7 +22,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert blinker==1.9.0 # via -r requirements.in @@ -146,7 +146,7 @@ jupyter-events==0.12.1 # via jupyter-server jupyter-kernel-gateway==3.0.1 # via -r requirements.in -jupyter-server==2.18.2 +jupyter-server==2.20.0 # via jupyter-kernel-gateway jupyter-server-terminals==0.5.4 # via jupyter-server @@ -377,7 +377,7 @@ terminado==0.18.1 # jupyter-server-terminals tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt index bb73ebe8a..6bdb4e4a2 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt @@ -68,7 +68,7 @@ pillow==12.0.0 # via matplotlib plotly==6.5.0 # via pymatgen -pyarrow==22.0.0 +pyarrow==23.0.1 # via mpcontribs-lux (pyproject.toml) pybtex==0.25.1 # via emmet-core diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt index cb109503c..89d563904 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt @@ -107,7 +107,7 @@ pluggy==1.6.0 # pytest-cov pre-commit==4.5.0 # via mpcontribs-lux (pyproject.toml) -pyarrow==22.0.0 +pyarrow==23.0.1 # via mpcontribs-lux (pyproject.toml) pybtex==0.25.1 # via emmet-core diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt index bb73ebe8a..6bdb4e4a2 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt @@ -68,7 +68,7 @@ pillow==12.0.0 # via matplotlib plotly==6.5.0 # via pymatgen -pyarrow==22.0.0 +pyarrow==23.0.1 # via mpcontribs-lux (pyproject.toml) pybtex==0.25.1 # via emmet-core diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt index cb109503c..89d563904 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt @@ -107,7 +107,7 @@ pluggy==1.6.0 # pytest-cov pre-commit==4.5.0 # via mpcontribs-lux (pyproject.toml) -pyarrow==22.0.0 +pyarrow==23.0.1 # via mpcontribs-lux (pyproject.toml) pybtex==0.25.1 # via emmet-core diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt index e0603bbb3..c3333e48f 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt @@ -18,7 +18,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert boltons==25.0.0 # via @@ -360,7 +360,7 @@ tabulate==0.10.0 # via pymatgen-core tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt index cb81ab25d..6d36a8299 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt @@ -18,7 +18,7 @@ beautifulsoup4==4.14.3 # via nbconvert bibtexparser==1.4.4 # via pymatgen-core -bleach[css]==6.3.0 +bleach[css]==6.4.0 # via nbconvert boltons==25.0.0 # via @@ -360,7 +360,7 @@ tabulate==0.10.0 # via pymatgen-core tinycss2==1.4.0 # via bleach -tornado==6.5.5 +tornado==6.5.7 # via # ipykernel # jupyter-client