From a6e250eb450ab840940b87158aa6aa049e42bc05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:35:43 +0100 Subject: [PATCH] chore(deps-dev): update pytest requirement (#22) 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/7.0.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a07ee5..1ebc857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ homepage = "https://github.com/k4black/codebleu" [project.optional-dependencies] test = [ - "pytest >=7.0.0,<8.0.0", + "pytest >=7.0.0,<9.0.0", "pytest-cov >=4.0.0,<5.0.0", "pytest-mock >=3.0.0,<4.0.0", "pytest-timeout >=2.0.0,<3.0.0",