update PyNaCl minimum version dependency

This commit is contained in:
Rishit Khare 2025-03-05 09:30:57 -06:00 committed by GitHub
parent 460d188359
commit 26855160f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ Documentation = "https://discordpy.readthedocs.io/en/latest/"
dependencies = { file = "requirements.txt" }
[project.optional-dependencies]
voice = ["PyNaCl>=1.3.0,<1.6"]
voice = ["PyNaCl>=1.5.0,<1.6"]
docs = [
"sphinx==4.4.0",
"sphinxcontrib_trio==1.1.2",