diff --git a/pyproject.toml b/pyproject.toml index fa3d387..3c50aae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ - "pytest==9.0.2", + "pytest==9.0.3", ] [tool.setuptools]