Skip to content

Commit dcd53a2

Browse files
build(deps): update pytest requirement from <7,>=6.2.5 to >=6.2.5,<9 (#19)
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@6.2.5...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 559d2d4 commit dcd53a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pip install -r requirements/testing.txt
2-
pytest>=6.2.5,<7
2+
pytest>=6.2.5,<9
33
pytest-cov>=3,<5
44
Flask>=2.0.3,<4
55
gevent>=22.10.2,<24

0 commit comments

Comments
 (0)