Skip to content

Commit

Permalink
Update pytest-mock requirement from <2.0,>=1.7.1 to >=1.7.1,<4.0 (#3514)
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-mock@v1.7.1...v3.12.0)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 3f81b76 commit 2b574a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b574a2

Please sign in to comment.