Skip to content

Commit ef50255

Browse files
chore(deps-dev): Update pytest requirement
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@7.1.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12d9a0c commit ef50255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.9"
1212
pydantic = ">=1.9.0,<3.0.0"
1313

1414
[tool.poetry.group.dev.dependencies]
15-
pytest = ">=7.1.2,<8.0.0"
15+
pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
mypy = ">=0.971,<2.0"
1818
tox = ">=3.26,<5.0"

0 commit comments

Comments
 (0)