From 4906ece4bc3aefe00e567363145dffddef78763c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:33:09 +0000 Subject: [PATCH] deps-dev(deps-dev): update pytest-beehave requirement Updates the requirements on [pytest-beehave](https://github.com/nullhack/pytest-beehave) to permit the latest version. - [Release notes](https://github.com/nullhack/pytest-beehave/releases) - [Commits](https://github.com/nullhack/pytest-beehave/compare/v3.3.20260419...v3.3.20260419) --- updated-dependencies: - dependency-name: pytest-beehave dependency-version: 3.3.20260419 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 0dfbbd9..8b8c06e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ Documentation = "https://github.com/nullhack/python-project-template/tree/main/d dev = [ "pdoc>=14.0", "pytest>=9.0.3", - "pytest-beehave[html]>=3.3,<4", + "pytest-beehave[html]>=3.3.20260419,<4", "pytest-cov>=6.1.1", "pytest-mock>=3.14.0", "ruff>=0.11.5",