Skip to content

Commit 1c20b70

Browse files
authored
fix: Update maximum PyNaCl version
Signed-off-by: Katelyn Gigante <clockwork.singularity@gmail.com>
1 parent 8bc94e7 commit 1c20b70

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
@@ -35,7 +35,7 @@ typeguard = { version = "*", optional = true }
3535
pre-commit = { version = "*", optional = true }
3636

3737
[tool.poetry.group.voice.dependencies]
38-
PyNaCl = "^1.5.0,<1.6"
38+
PyNaCl = "^1.5.0,<1.7"
3939

4040
[tool.poetry.group.speedup.dependencies]
4141
aiodns = "*"

0 commit comments

Comments
 (0)