diff --git a/pyproject.toml b/pyproject.toml index 25ce6f9..cfe7bec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ urlsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Url" [project.optional-dependencies] test = [ - "pytest>=6.2.4,<8.3.0", + "pytest>=6.2.4,<8.4.0", "pytest-cov>=2.12,<6.0", "pytest-xdist", ]