Skip to content

Commit 02e1b00

Browse files
Bump pytest from 7.4.2 to 8.1.1 (#179)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 8.1.1. - [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.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jimmy Shen <[email protected]>
1 parent 7f7e473 commit 02e1b00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ strict = [
4444
"mp-pyrho==0.4.4",
4545
]
4646

47-
tests = ["pytest==7.4.2", "pytest-cov==4.1.0", "nbmake==1.5.3"]
48-
47+
tests = ["pytest==8.1.1", "pytest-cov==4.1.0", "nbmake==1.5.3"]
4948

5049
[tool.setuptools.dynamic]
5150
readme = { file = ["README.md"] }

0 commit comments

Comments
 (0)