Skip to content

Commit b89a56f

Browse files
chore(deps): update dependency pytest to v9
1 parent 1c68251 commit b89a56f

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.11.3",
44-
"pytest==8.4.2",
44+
"pytest==9.0.0",
4545
"irc-parser-tests==0.0.4",
4646
"pre-commit==4.4.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.11.3",
67-
"pytest==8.4.2",
67+
"pytest==9.0.0",
6868
"irc-parser-tests==0.0.4",
6969
]
7070
post-install-commands = []

0 commit comments

Comments
 (0)