Skip to content

Commit 5ff6b6f

Browse files
chore(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@7.2.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c4e34a commit 5ff6b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test = [
6464
"coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281
6565
"faker ==37.6.0",
6666
"hypothesis >=6.21.0,<6.138.17",
67-
"pytest >=7.2.0,<9.0.0",
67+
"pytest >=7.2.0,<10.0.0",
6868
"pytest-cases ==3.9.1",
6969
"pytest-custom_exit_code ==0.3.0",
7070
"pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5

0 commit comments

Comments
 (0)