Skip to content

Commit d2e4f30

Browse files
build(deps-dev): update pytest requirement from >=8.3.5 to >=9.1.1
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.3.5...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e15a2b commit d2e4f30

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
@@ -43,7 +43,7 @@ select = [
4343

4444
[dependency-groups]
4545
dev = [
46-
"pytest>=8.3.5",
46+
"pytest>=9.1.1",
4747
"pytest-cov>=7.1.0",
4848
"python-dotenv>=1.0.1",
4949
"ruff>=0.15.10",

0 commit comments

Comments
 (0)