Skip to content

Commit 8980fd4

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <7 to <8
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.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24e6d1f commit 8980fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
install_requires=install_requires,
109109
extras_require=extras_require,
110110
test_suite="tests",
111-
tests_require=["pytest<7"],
111+
tests_require=["pytest<8"],
112112
entry_points={
113113
"console_scripts": [
114114
"schema-salad-tool=schema_salad.main:main",

0 commit comments

Comments
 (0)