Skip to content

Commit 9d3c121

Browse files
chore(deps): update dependency coverage to v7.11.2 (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41fc43a commit 9d3c121

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
@@ -40,7 +40,7 @@ version-file = "irclib/_version.py"
4040

4141
[tool.hatch.envs.default]
4242
dependencies = [
43-
"coverage[toml]==7.11.1",
43+
"coverage[toml]==7.11.2",
4444
"pytest==8.4.2",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.3.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.1",
66+
"coverage[toml]==7.11.2",
6767
"pytest==8.4.2",
6868
"irc-parser-tests==0.0.4",
6969
]

0 commit comments

Comments
 (0)