Skip to content

Commit 38a59cd

Browse files
chore(deps-dev): update pytest requirement from <9,>=8 to >=8,<10
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.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32bebf6 commit 38a59cd

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
@@ -36,7 +36,7 @@ urls.repository = "https://github.com/openvideolibs/onvif-parsers"
3636
[dependency-groups]
3737
dev = [
3838
"onvif-zeep-async>=4.0.4",
39-
"pytest>=8,<9",
39+
"pytest>=8,<10",
4040
"pytest-asyncio>=1.2.0",
4141
"pytest-cov>=6,<8",
4242
]

0 commit comments

Comments
 (0)