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 1c68251 commit b89a56fCopy full SHA for b89a56f
pyproject.toml
@@ -41,7 +41,7 @@ version-file = "irclib/_version.py"
41
[tool.hatch.envs.default]
42
dependencies = [
43
"coverage[toml]==7.11.3",
44
- "pytest==8.4.2",
+ "pytest==9.0.0",
45
"irc-parser-tests==0.0.4",
46
"pre-commit==4.4.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