diff --git a/pyproject.toml b/pyproject.toml index 5b24a52..2f43714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==8.4.1" + "pytest==8.4.2" ] linting = [ "pylint==3.3.8"