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 071c1b8 commit 5427a93Copy full SHA for 5427a93
pyproject.toml
@@ -41,7 +41,7 @@ version-file = "irclib/_version.py"
41
[tool.hatch.envs.default]
42
dependencies = [
43
"coverage[toml]==7.12.0",
44
- "pytest==8.4.2",
+ "pytest==9.0.1",
45
"irc-parser-tests==0.0.4",
46
"pre-commit==4.5.0",
47
"mypy==1.18.2",
@@ -64,7 +64,7 @@ default-args = ["tests", "irclib"]
64
extra-args = ["-vv", "--junitxml=junit.xml"]
65
extra-dependencies = [
66
67
68
69
]
70
post-install-commands = []
0 commit comments