diff --git a/pyproject.toml b/pyproject.toml index 7421983..76829ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ version-file = "irclib/_version.py" [tool.hatch.envs.default] dependencies = [ - "coverage[toml]==7.11.3", + "coverage[toml]==7.12.0", "pytest==8.4.2", "irc-parser-tests==0.0.4", "pre-commit==4.5.0", @@ -63,7 +63,7 @@ install = ["pre-commit install {args:-f}"] default-args = ["tests", "irclib"] extra-args = ["-vv", "--junitxml=junit.xml"] extra-dependencies = [ - "coverage[toml]==7.11.3", + "coverage[toml]==7.12.0", "pytest==8.4.2", "irc-parser-tests==0.0.4", ]