From ed7f25386980175e106d44d796c9f59141c00b99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:06:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pytest-moc?= =?UTF-8?q?k=20requirement=20from=20>=3D3.11.0=20to=20>=3D3.15.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crypto_controller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto_controller/requirements.txt b/crypto_controller/requirements.txt index 15d05e9..16462eb 100644 --- a/crypto_controller/requirements.txt +++ b/crypto_controller/requirements.txt @@ -4,4 +4,4 @@ python-dotenv>=0.19.0 wheel>=0.36.2 pytest>=7.0.0 pytest-cov>=4.0.0 -pytest-mock>=3.11.0 +pytest-mock>=3.15.1