From 26855160f8a8f0dfade609cce6b1bc97f8b8fa14 Mon Sep 17 00:00:00 2001 From: Rishit Khare Date: Wed, 5 Mar 2025 09:30:57 -0600 Subject: [PATCH] update PyNaCl minimum version dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",