Skip to content

Commit a7107a6

Browse files
build(deps-dev): 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.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45b4cd4 commit a7107a6

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
@@ -33,7 +33,7 @@ asyncio_mode = "auto"
3333
[dependency-groups]
3434
dev = [
3535
"mypy>=1.0,<2.0",
36-
"pytest>=8.0.0,<9.0.0",
36+
"pytest>=8.0.0,<10.0.0",
3737
"requests-html>=0.10.0",
3838
"pytest-asyncio>=0.26.0",
3939
"types-requests>=2.28.11",

0 commit comments

Comments
 (0)