From 2b574a203f9d420136a805143098e33f35339534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:31:52 +0000 Subject: [PATCH] Update pytest-mock requirement from <2.0,>=1.7.1 to >=1.7.1,<4.0 (#3514) 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/v1.7.1...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8900b6f1c1..b2056c8d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ test = [ "pyarrow>=7.0; python_version >= '3.11'", # Adding to avoid numpy build errors "pyproj~=3.0", "pytest-cov~=3.0", - "pytest-mock>=1.7.1, <2.0", + "pytest-mock>=1.7.1, <4.0", "pytest-xdist[psutil]~=2.2.1", "pytest~=7.2", "s3fs>=2021.4, <2024.1", # Upper bound set arbitrarily, to be reassessed in early 2024