We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a0b75 commit 071c1b8Copy full SHA for 071c1b8
pyproject.toml
@@ -40,7 +40,7 @@ version-file = "irclib/_version.py"
40
41
[tool.hatch.envs.default]
42
dependencies = [
43
- "coverage[toml]==7.11.3",
+ "coverage[toml]==7.12.0",
44
"pytest==8.4.2",
45
"irc-parser-tests==0.0.4",
46
"pre-commit==4.5.0",
@@ -63,7 +63,7 @@ install = ["pre-commit install {args:-f}"]
63
default-args = ["tests", "irclib"]
64
extra-args = ["-vv", "--junitxml=junit.xml"]
65
extra-dependencies = [
66
67
68
69
]
0 commit comments