Skip to content

Commit

Permalink
fix: update pytest-mock requirement from <3.11.2 to <3.12.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.12.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 Oct 20, 2023
1 parent 15e7ac9 commit 2037b6f
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 @@ -36,7 +36,7 @@ test = [
"pylint==3.0.1",
"pylint_junit",
"pytest-cov==4.1.0",
"pytest-mock<3.11.2",
"pytest-mock<3.12.1",
"pytest-runner",
"pytest==7.4.2",
"pytest-asyncio",
Expand Down

0 comments on commit 2037b6f

Please sign in to comment.