diff --git a/doc/changelog.d/133.maintenance.md b/doc/changelog.d/133.maintenance.md new file mode 100644 index 0000000000..c8f6375c4b --- /dev/null +++ b/doc/changelog.d/133.maintenance.md @@ -0,0 +1 @@ +Bump pytest-cov from 5.0.0 to 7.0.0 diff --git a/pyproject.toml b/pyproject.toml index ee6a1ac709..5da09d4be5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ doc = [ ] tests = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==7.0.0", ] [project.urls]