We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e4ccb commit 71e7cb2Copy full SHA for 71e7cb2
1 file changed
pyproject.toml
@@ -40,7 +40,7 @@ version-file = "irclib/_version.py"
40
[tool.hatch.envs.default]
41
dependencies = [
42
"coverage[toml]==7.10",
43
- "pytest==8.4",
+ "pytest==8.4.2",
44
"irc-parser-tests==0.0.4",
45
"pre-commit==4.3.0",
46
"mypy==1.8",
@@ -58,7 +58,7 @@ default-args = ["tests", "irclib"]
58
extra-args = ["-vv"]
59
extra-dependencies = [
60
61
62
63
]
64
0 commit comments