Skip to content

Commit c85d11d

Browse files
chore(deps-dev): update pytest requirement from ^4.0 to ^5.0
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/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest@4.0.0...5.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f5eb472 commit c85d11d

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
@@ -55,7 +55,7 @@ tomlkit = "^0.5.3"
5555
[tool.poetry.dev-dependencies]
5656
ipython = "^7.2"
5757
black = "^19.3b0"
58-
pytest = "^4.0"
58+
pytest = "^5.0"
5959
flake8 = "^3.6"
6060
pytest-cov = "^2.6"
6161
pytest-mock = "^1.10"

0 commit comments

Comments
 (0)