From a1aa23574593c3d38e672bee01d71ee42fcc91fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:14 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /unicorn_approvals 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_approvals/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn_approvals/pyproject.toml b/unicorn_approvals/pyproject.toml index f9b5483..90df272 100644 --- a/unicorn_approvals/pyproject.toml +++ b/unicorn_approvals/pyproject.toml @@ -22,7 +22,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", ]