diff --git a/pyproject.toml b/pyproject.toml index a3a81f3..a1255d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ gbsketch = "sourmash_plugin_directsketch:Download_and_Sketch_Assemblies" [project.optional-dependencies] test = [ - "pytest>=6.2.4,<8.2.0", + "pytest>=6.2.4,<8.3.0", "pytest-cov>=2.12,<6.0", "pytest-xdist", ]