From 5a91e8e11b9e31558be69e47a280d00780f3098a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:21:36 +0000 Subject: [PATCH] Update pytest requirement from ~8.0 to ~8.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/8.0.0...8.1.0) --- 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 d9a8377d2..5dbc67b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ deepl = "^1.2.1" mypy = "~1.8" pre-commit = "~3.6" pylint = "~3.1" -pytest = "~8.0" +pytest = "~8.1" types-requests = "~2.31" [tool.mypy]