diff options
author | Wolfgang Müller | 2024-11-14 17:02:41 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 20:45:02 +0100 |
commit | 09c7afa7d7ae16b260c77297bb48d88d07a0f10c (patch) | |
tree | d0eaeceb0b77c7869b248083a90d9b89c25252b7 /pyproject.toml | |
parent | 3420d0bfe14486856802cd138b8b4de5b54e6c7d (diff) | |
download | hircine-09c7afa7d7ae16b260c77297bb48d88d07a0f10c.tar.gz |
build/deps: Update pytest-cov to 6.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 784197d..752f2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ black = "^24.1.1" pytest = {extras = ["asyncio"], version = "^8.0.0"} ruff = "^0.7.3" types-pillow = "^10.1.0.2" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" sphinx = "^7.2.6" furo = "^2024.1.29" sphinx-issues = "^4.1.0" |