diff --git a/pyproject.toml b/pyproject.toml index 08e8ad8..7b3d22a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==9.1.0" + "pytest==9.1.1" ] linting = [ "pylint==4.0.6"