From f1aacb5d6c09ea0ee9c9d7f4ab1471591dbd6f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:58:30 +0000 Subject: [PATCH] chore(deps): bump pynacl from 1.5.0 to 1.6.2 in /examples/python Bumps [pynacl](https://github.com/pyca/pynacl) from 1.5.0 to 1.6.2. - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pynacl/compare/1.5.0...1.6.2) --- updated-dependencies: - dependency-name: pynacl dependency-version: 1.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 082f4ad..880a686 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -93,7 +93,7 @@ pyethash==0.1.27 PyGithub==1.58.1 Pygments==2.15.1 PyJWT==2.6.0 -PyNaCl==1.5.0 +PyNaCl==1.6.2 pyrsistent==0.19.3 pytest==7.3.1 python-baseconv==1.2.2