summaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorWolfgang Müller2024-03-31 13:09:25 +0200
committerWolfgang Müller2024-03-31 13:09:25 +0200
commitdc21179074b794655b2b12eee47392d63abc737b (patch)
tree01fe7ed651822f23ff28a1411018d02dc57d1d7c /pyproject.toml
parent2cd129c5060d957e36b95456721eb1de0eed3b6d (diff)
downloadhircine-dc21179074b794655b2b12eee47392d63abc737b.tar.gz
build/deps: Update pytest-cov to 5.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"