Skip to content

Commit

Permalink
Update pytest-mock requirement from <3.7.1 to <3.10.1
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@v0.1.0...v3.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2023
1 parent 9a70b5e commit 09f5ba7
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 @@ -39,7 +39,7 @@ test = [
"pylint==2.17.0",
"pylint_junit",
"pytest-cov==3.0.0",
"pytest-mock<3.7.1",
"pytest-mock<3.10.1",
"pytest-runner",
"pytest==7.1.0",
"pytest-github-actions-annotate-failures",
Expand Down

0 comments on commit 09f5ba7

Please sign in to comment.