Skip to content

Commit 7cf4145

Browse files
build(deps): update pytest requirement from >=8.0.0 to >=8.4.2
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@8.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8018ad4 commit 7cf4145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docs = [
6060
]
6161
lint = ["ruff>=0.4.0", "mypy>=1.10.0", "pre-commit>=3.7.0"]
6262
test = [
63-
"pytest>=8.0.0",
63+
"pytest>=8.4.2",
6464
"pytest-cov>=5.0.0",
6565
"pytest-xdist>=3.5.0",
6666
"pytest-mock>=3.14.0",

0 commit comments

Comments
 (0)