diff options
author | Wolfgang Müller | 2024-03-31 13:09:25 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-03-31 13:09:25 +0200 |
commit | dc21179074b794655b2b12eee47392d63abc737b (patch) | |
tree | 01fe7ed651822f23ff28a1411018d02dc57d1d7c /pyproject.toml | |
parent | 2cd129c5060d957e36b95456721eb1de0eed3b6d (diff) | |
download | hircine-dc21179074b794655b2b12eee47392d63abc737b.tar.gz |
build/deps: Update pytest-cov to 5.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 c0df161..382a04c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ black = "^24.1.1" pytest = {extras = ["asyncio"], version = "^8.0.0"} ruff = "^0.3.0" types-pillow = "^10.1.0.2" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" sphinx = "^7.2.6" furo = "^2024.1.29" |