From 2a4cff676ce225041b85714d73d4d424376e750e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:17:03 +0000 Subject: [PATCH] build(deps): Update pynacl requirement from >=1.6.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.6.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 b005d7ea..51616cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" requires-python = ">=3.13" dependencies = [ "fastapi[standard]>=0.135.3", - "pynacl>=1.6.0", + "pynacl>=1.6.2", "podman>=5.8.0", "redis>=7.4.0", "pydantic-settings>=2.12.0",