Skip to content

Commit 8b055b8

Browse files
dependabot[bot]amotl
authored andcommitted
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 28ea087 commit 8b055b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
],
7878
'test': [
7979
'httpx<0.29',
80-
'pytest<9',
80+
'pytest<10',
8181
'pytest-cov<7',
8282
],
8383
},

0 commit comments

Comments
 (0)