Skip to content

Commit 2bd5359

Browse files
build(deps): update pytest requirement from <9,>=8.4.2 to >=9.1.1,<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.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb4ca84 commit 2bd5359

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>=8.4.2,<9
2+
pytest>=9.1.1,<10
33
pytest-cov>=7.1.0,<8
44
Flask>=3.1.3,<4
55
gevent>=26.5.0,<27

0 commit comments

Comments
 (0)