Bump pynacl from 1.3.0 to 1.6.2

Bumps [pynacl](https://github.com/pyca/pynacl) from 1.3.0 to 1.6.2.
- [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/pynacl/compare/1.3.0...1.6.2)

---
updated-dependencies:
- dependency-name: pynacl
  dependency-version: 1.6.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-06 18:41:34 +00:00 committed by GitHub
parent 852675568a
commit e709eb8d33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ stem==1.8.0
aiohttp>=3.7.4
aiohttp-jinja2>=1.2
ckcc-protocol>=1.0.1
pynacl==1.3.0
pynacl==1.6.2
aiohttp_session
click
pendulum==2.0.3

View file

@ -29,7 +29,7 @@ setup(
'aiohttp-jinja2',
'ckcc-protocol>=1.3.2',
'pyyaml',
'pynacl==1.3.0',
'pynacl==1.6.2',
'pendulum==2.0.3',
'aiohttp_session',
'requests[socks]',