From ba95e0e6897bce81631d0190bd5c567edf745b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:10:42 -0500 Subject: [PATCH] Bump pynacl from 1.6.1 to 1.6.2 in /docs/sphinx (#5836) Bumps [pynacl](https://github.com/pyca/pynacl) from 1.6.1 to 1.6.2. - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pynacl/compare/1.6.1...1.6.2) --- updated-dependencies: - dependency-name: pynacl dependency-version: 1.6.2 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 8b9cdf0b2..c406c6df5 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/requirements.txt @@ -164,7 +164,7 @@ pygments==2.19.2 # sphinx pyjwt[crypto]==2.10.1 # via pygithub -pynacl==1.6.1 +pynacl==1.6.2 # via pygithub python-dateutil==2.9.0.post0 # via jupyter-client