diff --git a/pyproject.toml b/pyproject.toml index a3fe8f6..032637c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["readme", "version"] [project.optional-dependencies] tests = [ - "pytest==8.3.3" + "pytest==8.3.4" ] linting = [ "pylint==3.3.1"