From 097321f774875271e44f1807b7390776af6068b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:27:46 +0530 Subject: [PATCH 1/3] Bump pyjwt from 2.12.0 to 2.13.0 in /docs/sphinx (#2598) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/sphinx/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index 5e5933cf..b5857df0 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -163,7 +163,7 @@ pygments==2.20.0 # ipython # pydata-sphinx-theme # sphinx -pyjwt[crypto]==2.12.0 +pyjwt[crypto]==2.13.0 # via pygithub pynacl==1.6.2 # via pygithub @@ -265,6 +265,7 @@ typing-extensions==4.15.0 # myst-nb # pydata-sphinx-theme # pygithub + # pyjwt # referencing # sqlalchemy urllib3==2.7.0 From 73b3408e917029ecf5f0ba6425053a975d9cf017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:36:14 +0200 Subject: [PATCH 2/3] Bump tornado from 6.5.6 to 6.5.7 in /docs/sphinx (#2599) Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.5.6 to 6.5.7. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.5.6...v6.5.7) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index b5857df0..e1c49c71 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -244,7 +244,7 @@ tabulate==0.9.0 # via jupyter-cache tomli==2.0.1 # via sphinx -tornado==6.5.6 +tornado==6.5.7 # via # ipykernel # jupyter-client From eaf66925c27d04ba0195b75eb28d131e45ef5348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:37:48 +0200 Subject: [PATCH 3/3] Bump cryptography from 46.0.7 to 48.0.1 in /docs/sphinx (#2600) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index e1c49c71..ea20fd15 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -37,7 +37,7 @@ click==8.1.7 # sphinx-external-toc comm==0.2.2 # via ipykernel -cryptography==46.0.7 +cryptography==48.0.1 # via pyjwt debugpy==1.8.12 # via ipykernel