diff --git a/pyproject.toml b/pyproject.toml index cc2fd87e6061..9c0eeef7460d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ dependencies = [ [project.optional-dependencies] dev = [ "flake8==7.3.0", - "pytest==8.4.1", - "pytest-cov==6.2.1", + "pytest==9.0.2", + "pytest-cov==7.0.0", "requests-mock==1.12.1", ]