diff --git a/pyproject.toml b/pyproject.toml index d7360731d..92ccb7381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",