diff --git a/pyproject.toml b/pyproject.toml index 17c74b38d95a..fbef6f2603fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "flake8==7.3.0", - "pytest==9.0.2", + "pytest==9.0.3", "pytest-cov==7.1.0", "requests-mock==1.12.1", ]