From 80b6725278b0443dfe33cfb0c6db064c9f74c459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:24:08 +0000 Subject: [PATCH] deps(deps): update pytest requirement from >=9.0.3 to >=9.1.1 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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae4d64f..cdbb9ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ollama>=0.6.2 psutil==7.2.2 PyYAML==6.0.3 requests>=2.34.2 -pytest>=9.0.3 +pytest>=9.1.1 modelito==1.4.5