Skip to content

Commit 597ea72

Browse files
Update pytest requirement from >=7.0.0 to >=9.1.1 (#18)
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.0.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bccf13 commit 597ea72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development dependencies
22

33
# Testing framework
4-
pytest>=7.0.0
4+
pytest>=9.1.1
55
pytest-cov>=4.0.0
66
pytest-asyncio>=0.21.0
77

0 commit comments

Comments
 (0)