Skip to content

Commit 5c645c9

Browse files
chore(deps): update dependency coverage to v7.11.0
1 parent b6f83b1 commit 5c645c9

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

4040
[tool.hatch.envs.default]
4141
dependencies = [
42-
"coverage[toml]==7.10.7",
42+
"coverage[toml]==7.11.0",
4343
"pytest==8.4.2",
4444
"irc-parser-tests==0.0.4",
4545
"pre-commit==4.3.0",
@@ -57,7 +57,7 @@ fix-pre-commit = ["hatch run python3 -m scripts.fix_pre_commit"]
5757
default-args = ["tests", "irclib"]
5858
extra-args = ["-vv"]
5959
extra-dependencies = [
60-
"coverage[toml]==7.10.7",
60+
"coverage[toml]==7.11.0",
6161
"pytest==8.4.2",
6262
"irc-parser-tests==0.0.4",
6363
]

0 commit comments

Comments
 (0)