From 98d9e214952c5da48971c28189a0fdce2b3db8fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:35:19 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /unicorn_web 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/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- unicorn_web/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_web/pyproject.toml b/unicorn_web/pyproject.toml index d650eff..77794c6 100644 --- a/unicorn_web/pyproject.toml +++ b/unicorn_web/pyproject.toml @@ -23,7 +23,7 @@ dev = [ "importlib-metadata>=8.7.1", "pyyaml>=6.0.3", "arnparse>=0.0.2", - "pytest>=9.0.2", + "pytest>=9.0.3", "ruff>=0.15.6", ]