diff --git a/doc/changelog.d/226.dependencies.md b/doc/changelog.d/226.dependencies.md new file mode 100644 index 0000000..30df2ef --- /dev/null +++ b/doc/changelog.d/226.dependencies.md @@ -0,0 +1 @@ +chore: bump pytest-cov from 6.1.1 to 6.2.1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4648087..a527ee2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ vulnerabilities = [ ] tests = [ "pytest==8.3.5", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", ] [project.urls]