From 9f95b4154d026662350d53ac53c28a74a5b741db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 10:58:33 +0000 Subject: [PATCH] Bump pytest-mock from 3.12.0 to 3.14.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.12.0 to 3.14.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 92230d877c0..0eee2a66652 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -162,7 +162,7 @@ pytest==8.1.1 # pytest-mock pytest-cov==5.0.0 # via -r requirements/test.in -pytest-mock==3.12.0 +pytest-mock==3.14.0 # via -r requirements/test.in python-dateutil==2.8.2 # via freezegun diff --git a/requirements/dev.txt b/requirements/dev.txt index 267a2a87dd9..57df5fbc6c2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -157,7 +157,7 @@ pytest==8.1.1 # pytest-mock pytest-cov==5.0.0 # via -r requirements/test.in -pytest-mock==3.12.0 +pytest-mock==3.14.0 # via -r requirements/test.in python-dateutil==2.8.2 # via freezegun diff --git a/requirements/test.txt b/requirements/test.txt index 4a91de260a3..47b52c5792e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -78,7 +78,7 @@ pytest==8.1.1 # pytest-mock pytest-cov==5.0.0 # via -r requirements/test.in -pytest-mock==3.12.0 +pytest-mock==3.14.0 # via -r requirements/test.in python-dateutil==2.8.2 # via freezegun