From 632aebf2d9994b374603d36573a587f32499afe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:54:14 +0000 Subject: [PATCH] build(deps): bump pynacl in /design_decisions/repository_mgmt 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] --- design_decisions/repository_mgmt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design_decisions/repository_mgmt/requirements.txt b/design_decisions/repository_mgmt/requirements.txt index 5d8219a..11bd649 100644 --- a/design_decisions/repository_mgmt/requirements.txt +++ b/design_decisions/repository_mgmt/requirements.txt @@ -14,7 +14,7 @@ pandas==2.2.3 pycparser==2.22 PyGithub==2.3.0 PyJWT==2.8.0 -PyNaCl==1.5.0 +PyNaCl==1.6.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pytz==2024.1