Skip to content

Commit 81faf4e

Browse files
pip: update pytest requirement in /mapping/tests
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.4.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b087cc commit 81faf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapping/tests/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pip install -r requirements-test.txt
77

88
# Core testing framework
9-
pytest>=7.4.0,<8.0.0
9+
pytest>=7.4.0,<10.0.0
1010
pytest-cov>=4.1.0,<5.0.0
1111
pytest-mock>=3.11.1,<4.0.0
1212

0 commit comments

Comments
 (0)