diff --git a/pyproject.toml b/pyproject.toml index 21b4a5e..de9c366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==8.3.5" + "pytest==8.4.0" ] linting = [ "pylint==3.3.7"