From bf318583f1d1b70e8bf8d5506bf98fe1f5c5cd7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:42:01 +0000 Subject: [PATCH] chore: update pynacl requirement from >=1.5.0 to >=1.6.2 Updates the requirements on [pynacl](https://github.com/pyca/pynacl) to permit the latest version. - [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 7d5be9d..aa680a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "mcp[cli]>=2,<3", "pyyaml>=6.0", "pydantic>=2.0", - "pynacl>=1.5.0", + "pynacl>=1.6.2", "python-frontmatter>=1.0.0", "prometheus-client>=0.26.0", "aiosqlite>=0.22.1",