Skip to content

Commit 2685516

Browse files
authored
update PyNaCl minimum version dependency
1 parent 460d188 commit 2685516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Documentation = "https://discordpy.readthedocs.io/en/latest/"
3636
dependencies = { file = "requirements.txt" }
3737

3838
[project.optional-dependencies]
39-
voice = ["PyNaCl>=1.3.0,<1.6"]
39+
voice = ["PyNaCl>=1.5.0,<1.6"]
4040
docs = [
4141
"sphinx==4.4.0",
4242
"sphinxcontrib_trio==1.1.2",

0 commit comments

Comments
 (0)