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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2023
1 parent 33eea3f commit 6c4933e
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.2.2",
"pytest-github-actions-annotate-failures",
Expand Down

0 comments on commit 6c4933e

Please sign in to comment.