From 9cdac2247d6a86ade3f8dfaa299fb6a887a3b80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 06:40:57 +0000 Subject: [PATCH] deps(deps-dev): bump pytest-mock from 3.12.0 to 3.15.1 in /ai-agent Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.15.1. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.12.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ai-agent/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-agent/requirements-dev.txt b/ai-agent/requirements-dev.txt index 22831e7..909fb7f 100644 --- a/ai-agent/requirements-dev.txt +++ b/ai-agent/requirements-dev.txt @@ -6,7 +6,7 @@ # Development tools pytest==7.4.3 pytest-asyncio==0.21.1 -pytest-mock==3.12.0 +pytest-mock==3.15.1 python-dotenv==1.0.0 # Testing utilities