From 5ea53909f61752cc1a59057321c5828b345e820f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:12:18 +0000 Subject: [PATCH] chore(deps): Update pytest requirement in /automated-loop 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...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- automated-loop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated-loop/requirements.txt b/automated-loop/requirements.txt index 06af5ae..b950a5f 100644 --- a/automated-loop/requirements.txt +++ b/automated-loop/requirements.txt @@ -1,3 +1,3 @@ pydantic>=2.13.4 -pytest>=7.0.0 +pytest>=9.1.1 pytest-cov>=7.1.0