Skip to content

Commit b735ef3

Browse files
Bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [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.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09212f0 commit b735ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
dev_dependencies = [
1111
"pre-commit==3.6.0",
1212
"pylint==3.0.3",
13-
"pytest==7.4.4",
13+
"pytest==8.0.0",
1414
"pytest-asyncio==0.23.4",
1515
"pytest-monitor==1.6.6; sys_platform == 'linux'",
1616
"pytest-xdist==3.5.0",

0 commit comments

Comments
 (0)