From 165daa9e2b20915721060a8ccd4f42269f604073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:17:27 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from ^5.4.3 to ^7.2.1 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](https://github.com/pytest-dev/pytest/compare/5.4.3...7.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a85b68e..8a5a502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ black = "^19.10b0" mypy = "^0.780" bandit = "^1.6.2" safety = "^1.9.0" -pytest = "^5.4.3" +pytest = "^7.2.1" pylint = "^2.5.3" pydocstyle = "^5.0.2" coverage = "^5.3"