From cac63f75424cc0e576daddb8fb28b4eea5c1fe09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:57:37 +0000 Subject: [PATCH] Bump pynacl from 1.5.0 to 1.6.2 in /scraper_service/shovel_validators 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] --- scraper_service/shovel_validators/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper_service/shovel_validators/requirements.txt b/scraper_service/shovel_validators/requirements.txt index 375846c..51744e8 100644 --- a/scraper_service/shovel_validators/requirements.txt +++ b/scraper_service/shovel_validators/requirements.txt @@ -17,7 +17,7 @@ py-sr25519-bindings==0.2.0 pycparser==2.22 pycryptodome==3.20.0 Pygments==2.18.0 -PyNaCl==1.5.0 +PyNaCl==1.6.2 python-dotenv==1.0.1 pytz==2024.1 requests==2.32.3