Skip to content

Commit 1b17e83

Browse files
dependabot[bot]ChickenDevs
authored andcommitted
Update pynacl requirement from <1.5,>=1.3.0 to >=1.3.0,<1.6
Updates the requirements on [pynacl](https://github.com/pyca/pynacl) to permit the latest version. - [Release notes](https://github.com/pyca/pynacl/releases) - [Changelog](https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst) - [Commits](pyca/pynacl@1.3.0...1.5.0) --- updated-dependencies: - dependency-name: pynacl dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02e346d commit 1b17e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
readme = f.read()
4242

4343
extras_require = {
44-
"voice": ["PyNaCl>=1.3.0,<1.5"],
44+
"voice": ["PyNaCl>=1.3.0,<1.6"],
4545
"docs": [
4646
"sphinx==4.3.2",
4747
"sphinxcontrib_trio==1.1.2",

0 commit comments

Comments
 (0)