diff --git a/changes/757.misc.md b/changes/757.misc.md new file mode 100644 index 00000000..b172f5ab --- /dev/null +++ b/changes/757.misc.md @@ -0,0 +1 @@ +Updated coverage from 7.13.5 to 7.14.0. diff --git a/pyproject.toml b/pyproject.toml index a28e9710..85f49f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ tox-uv = [ ] test = [ - "coverage[toml] == 7.13.5", + "coverage[toml] == 7.14.0", "coverage-conditional-plugin == 0.9.0", "pytest == 9.0.3", ]