Skip to content

Commit 071c1b8

Browse files
chore(deps): update dependency coverage to v7.12.0 (#413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 23a0b75 commit 071c1b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

4141
[tool.hatch.envs.default]
4242
dependencies = [
43-
"coverage[toml]==7.11.3",
43+
"coverage[toml]==7.12.0",
4444
"pytest==8.4.2",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.5.0",
@@ -63,7 +63,7 @@ install = ["pre-commit install {args:-f}"]
6363
default-args = ["tests", "irclib"]
6464
extra-args = ["-vv", "--junitxml=junit.xml"]
6565
extra-dependencies = [
66-
"coverage[toml]==7.11.3",
66+
"coverage[toml]==7.12.0",
6767
"pytest==8.4.2",
6868
"irc-parser-tests==0.0.4",
6969
]

0 commit comments

Comments
 (0)