Skip to content

Commit 576895e

Browse files
chore(deps): Update pytest requirement
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6517b60 commit 576895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Repository = "https://github.com/team23/async-signals"
1414

1515
[dependency-groups]
1616
dev = [
17-
"pytest>=8.4.2,<9.0.0",
17+
"pytest>=8.4.2,<10.0.0",
1818
"pytest-cov>=7.0.0,<8",
1919
"pytest-mock>=3.15.1,<4",
2020
"anyio[trio]>=4.11.0,<5.0.0",

0 commit comments

Comments
 (0)