Skip to content

Commit 0628aaa

Browse files
Update pytest requirement from <9 to <10 (#696)
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@1.0.0b3...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8603ee4 commit 0628aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ docs = [
3737
"sphinx==8.2.3; python_version >= '3.11'",
3838
"sphinxext-opengraph==0.13.0",
3939
]
40-
tests = ["pytest<9", "pytest-lazy-fixtures"]
40+
tests = ["pytest<10", "pytest-lazy-fixtures"]
4141
dev = ["marshmallow-sqlalchemy[tests]", "tox", "pre-commit>=3.5,<5.0"]
4242

4343
[build-system]

0 commit comments

Comments
 (0)