From f77e1246f953777ecb28147c1f7850ccf8d8c3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 02:23:00 +0000 Subject: [PATCH] Bump the actions group with 1 update Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `pytest` to 8.0.2 - [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/1.0.0b3...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f717b3b..6e1853c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ Tracker = "https://github.com/jupyter/jupyter_core/issues" test = [ "ipykernel", "pre-commit", - "pytest<8", + "pytest<9", "pytest-cov", "pytest-timeout" ]