Skip to content

Commit 84a5d9b

Browse files
authored
Merge pull request #369 from TotallyNotRobots/renovate/coverage-7.x
chore(deps): update dependency coverage to v7
2 parents 5ef7686 + 8dd6d43 commit 84a5d9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version-file = "irclib/_version.py"
4242

4343
[tool.hatch.envs.default]
4444
dependencies = [
45-
"coverage[toml]~=6.5",
45+
"coverage[toml]~=7.10",
4646
"pytest~=8.4",
4747
"irc-parser-tests",
4848
"pre-commit~=4.3.0",
@@ -60,7 +60,7 @@ fix-pre-commit = ["hatch run python3 -m scripts.fix_pre_commit"]
6060
default-args = ["tests", "irclib"]
6161
extra-args = ["-vv"]
6262
extra-dependencies = [
63-
"coverage[toml]~=6.5",
63+
"coverage[toml]~=7.10",
6464
"pytest~=8.4",
6565
"irc-parser-tests",
6666
]

0 commit comments

Comments
 (0)