From ae537edf1d688a9725f48694496669f699e876b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:59:27 +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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ceee7b..78f8276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2.1.1" description = "Implementation of the Shapeshifter (UFTP) protocol" dependencies = [ "xsdata[lxml]>=25.0,<26.0", - "pynacl==1.5.0", + "pynacl==1.6.2", "dnspython==2.7.0", "fastapi>=0.110,<0.117", "fastapi-xml>=1.1.1,<2.0.0",