From 06f0cc98723eb12a3efbda82a9df2c56d739d4e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:04:14 +0000 Subject: [PATCH] Bump pynacl from 1.6.1 to 1.6.2 in /dev-tools/containers/data-upload Bumps [pynacl](https://github.com/pyca/pynacl) from 1.6.1 to 1.6.2. - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pynacl/compare/1.6.1...1.6.2) --- updated-dependencies: - dependency-name: pynacl dependency-version: 1.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-tools/containers/data-upload/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/containers/data-upload/requirements.txt b/dev-tools/containers/data-upload/requirements.txt index d267961..78922d7 100644 --- a/dev-tools/containers/data-upload/requirements.txt +++ b/dev-tools/containers/data-upload/requirements.txt @@ -1,5 +1,5 @@ crypt4gh==1.7 -PyNaCl==1.6.1 +PyNaCl==1.6.2 python_lorem==1.3.0.post3 Requests==2.32.5 psycopg2-binary==2.9.11