Skip to content

Commit 8f10d0b

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] <[email protected]>
1 parent a973217 commit 8f10d0b

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
@@ -16,7 +16,7 @@ Repository = "https://github.com/team23/pydantic-partial"
1616

1717
[dependency-groups]
1818
dev = [
19-
"pytest>=8.4.2,<9.0.0",
19+
"pytest>=8.4.2,<10.0.0",
2020
"pytest-cov>=7.0.0,<8",
2121
"tox>=4.30.3,<5.0",
2222
"ruff>=0.14.0,<0.15.0",

0 commit comments

Comments
 (0)