diff --git a/pyproject.toml b/pyproject.toml index 9b5c370..ac9eee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "cruft==2.15.0", "lumberman", "pyright==1.1.353", - "pytest==8.1.0", + "pytest==8.1.1", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", "pytest-sugar==1.0.0", @@ -38,7 +38,7 @@ rye = { dev-dependencies = [ "cruft==2.15.0", "lumberman>=0.45.0", "pyright==1.1.353", - "pytest==8.1.0", + "pytest==8.1.1", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", "pytest-sugar==1.0.0",