From 9dd0385791fa2c3c3bc7c82fd9ec1e32908cbaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:48:08 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.4 to ^8.2.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/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.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 edb713c..b4d94cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ black = "^24.1.1" flake8 = "^7.0.0" isort = "^5.13.2" pyupgrade = "^3.15.0" -pytest = "^7.4.4" +pytest = "^8.2.0" mkdocs = "^1.5.3" ipykernel = "^6.29.0" docutils = "^0.20.1"