From 74b678514762ca6073db6fcd5b9355445eb39c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:41:03 +0000 Subject: [PATCH] Bump pynacl from 1.5.0 to 1.6.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 852ba03..5f74f52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ multidict==4.5.2; python_version >= '3.5' and python_version < '3.10' multidict==6.0.2; python_version >= '3.10' py==1.11.0; python_version >= '3.10' pycparser==2.21; python_version >= '3.10' -PyNaCl==1.5.0; python_version >= '3.10' +PyNaCl==1.6.2; python_version >= '3.10' pyparsing==3.0.8; python_version >= '3.10' requests==2.27.1; python_version >= '3.10' six==1.16.0; python_version >= '3.10'