diff --git a/changes/145.misc.rst b/changes/145.misc.rst new file mode 100644 index 0000000..c3c6993 --- /dev/null +++ b/changes/145.misc.rst @@ -0,0 +1 @@ +Updated coverage[toml] from 7.5.1 to 7.5.2. diff --git a/pyproject.toml b/pyproject.toml index 9fe45eb..88ef07b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ # Extras used by developers *of* gbulb are pinned to specific versions to # ensure environment consistency. dev = [ - "coverage[toml] == 7.5.1", + "coverage[toml] == 7.5.2", # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'", "pre-commit == 3.7.1 ; python_version >= '3.9'",