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