From ca67b7167497138bd853c3717c2dd5883ea7a2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:26:42 +0000 Subject: [PATCH] deps: update pytest-mock requirement in /config 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.11.1...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- config/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements-dev.txt b/config/requirements-dev.txt index d77da22..78adddb 100644 --- a/config/requirements-dev.txt +++ b/config/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt pytest>=7.4.0 pytest-cov>=4.1.0 -pytest-mock>=3.11.1 +pytest-mock>=3.15.1 black>=23.7.0 flake8>=6.1.0 mypy>=1.5.0