Skip to content

Commit c4cff52

Browse files
dependabot[bot]amotl
authored andcommitted
build(deps-dev): update pytest requirement from <9 to <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@1.0.0b3...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 020bab8 commit c4cff52

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
@@ -40,7 +40,7 @@
4040
"wheel<1",
4141
],
4242
"test": [
43-
"pytest<9",
43+
"pytest<10",
4444
"pytest-cache<2",
4545
"pytest-cov<7.1",
4646
"python-dotenv<1.2",

0 commit comments

Comments
 (0)