Skip to content

Commit 140c196

Browse files
Update pytest requirement from ^8.0.0 to ^9.0.1 (#75)
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...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent be43c6e commit 140c196

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
@@ -10,7 +10,7 @@ package-mode = false
1010
python = "^3.11"
1111

1212
[tool.poetry.group.dev.dependencies]
13-
pytest = "^8.0.0"
13+
pytest = "^9.0.1"
1414
pytest-cov = "^7.0.0"
1515
ruff = "^0.14.3"
1616

0 commit comments

Comments
 (0)