Skip to content

Commit cc98299

Browse files
build(deps-dev): bump pytest from 7.4.3 to 8.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.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.3...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa1c642 commit cc98299

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exclude = ["test/**/*.py", "example/**", "ts-diagrams/**"]
4747
plotly = { version = "^5.13.1", optional = true }
4848

4949
[tool.poetry.group.dev.dependencies]
50-
pytest = "^7.2.0"
50+
pytest = ">=7.2,<9.0"
5151
pytest-clarity = "^1.0.1"
5252
pytest-cov = "^4.0.0"
5353
flake8 = ">=6,<8"

0 commit comments

Comments
 (0)