From 7067e2d3b9223a83cf7ee1f05236c85cf6b04706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:42:47 +0000 Subject: [PATCH] chore: update pytest requirement from ^7.0 to ^8.3 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.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 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 057ede1..ade02cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ eagerx = "^0.1.40" [tool.poetry.dev-dependencies] black = "^22.1.0" -pytest = "^7.0" +pytest = "^8.3" pytest-cov = "^3.0.0" flake8 = ">=3" flake8-bugbear = "^22.3.23"