From 6f9aaa89465a6b28cff45244e941736ecfca1a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 06:52:59 +0000 Subject: [PATCH] chore(deps): update pytest-mock requirement in /bots/gsbot Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- bots/gsbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/gsbot/requirements.txt b/bots/gsbot/requirements.txt index 899db76..61f0f38 100644 --- a/bots/gsbot/requirements.txt +++ b/bots/gsbot/requirements.txt @@ -21,7 +21,7 @@ cachetools>=6.2.6 pytest>=8.4.2 pytest-asyncio>=0.21.1 pytest-cov>=7.1.0 -pytest-mock>=3.12.0 +pytest-mock>=3.15.1 # Code Quality black>=25.11.0