From 3f5d1422b9460841cc7a4c3c924d0f85767e0cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:30:00 +0000 Subject: [PATCH] :arrow_up: Update pytest-mock requirement from ~=3.12.0 to ~=3.14.0 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.14.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 619baf5e..fff4311a 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -3,4 +3,4 @@ autoflake~=2.3.1 black~=24.3.0 isort~=5.13.2 pytest~=8.1.1 -pytest-mock~=3.12.0 +pytest-mock~=3.14.0