diff --git a/pyproject.toml b/pyproject.toml index e960b85..8c2e9b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==9.0.1" + "pytest==9.0.2" ] linting = [ "pylint==4.0.4"