From bf99158a925f4bb2d876f63845fcfbae744f1f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:39:56 +0000 Subject: [PATCH] deps: bump allure-pytest from 2.13.5 to 2.16.0 Bumps [allure-pytest](https://github.com/allure-framework/allure-python) from 2.13.5 to 2.16.0. - [Release notes](https://github.com/allure-framework/allure-python/releases) - [Commits](https://github.com/allure-framework/allure-python/compare/2.13.5...2.16.0) --- updated-dependencies: - dependency-name: allure-pytest dependency-version: 2.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38f289d..337676b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "pytest==8.2.0", "black==24.4.2", "mypy==2.3.0", - "allure-pytest==2.13.5", + "allure-pytest==2.16.0", ] [tool.setuptools.dynamic]