diff --git a/pyproject.toml b/pyproject.toml index c90773e..d09582c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==9.0.0" + "pytest==9.0.1" ] linting = [ "pylint==4.0.2"