Skip to content

Commit 5427a93

Browse files
chore(deps): update dependency pytest to v9 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 071c1b8 commit 5427a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ version-file = "irclib/_version.py"
4141
[tool.hatch.envs.default]
4242
dependencies = [
4343
"coverage[toml]==7.12.0",
44-
"pytest==8.4.2",
44+
"pytest==9.0.1",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.5.0",
4747
"mypy==1.18.2",
@@ -64,7 +64,7 @@ default-args = ["tests", "irclib"]
6464
extra-args = ["-vv", "--junitxml=junit.xml"]
6565
extra-dependencies = [
6666
"coverage[toml]==7.12.0",
67-
"pytest==8.4.2",
67+
"pytest==9.0.1",
6868
"irc-parser-tests==0.0.4",
6969
]
7070
post-install-commands = []

0 commit comments

Comments
 (0)