Skip to content

Commit d2adab6

Browse files
pip(deps-dev): update pytest requirement from ^7.0.0 to ^8.3.4
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.0.0...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a0e5ee commit d2adab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ requests = "^2.23.0"
3636
PyYAML = "^6.0"
3737

3838
[tool.poetry.dev-dependencies]
39-
pytest = "^7.0.0"
39+
pytest = "^8.3.4"
4040
black = "*"
4141
mypy = "*"
4242
flake8 = "*"

0 commit comments

Comments
 (0)