Skip to content

Commit 56207e8

Browse files
Update pytest requirement from >=7.0.0 to >=9.1.1
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>
1 parent 1de5ff5 commit 56207e8

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
@@ -16,7 +16,7 @@
1616
# Test stack (DEV_REQUIREMENTS in setup.py)
1717
flake8==7.3.0
1818
delta-spark==3.0.0
19-
pytest>=7.0.0
19+
pytest>=9.1.1
2020
coverage>=7.15.4
2121
pyspark==3.5.5
2222

0 commit comments

Comments
 (0)