Skip to content

Commit

Permalink
⬆️ Update pytest-mock requirement (#801)
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@v3.8.2...v3.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent deec72e commit adf3bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"MarkupSafe>=2.1.1,<3.0.0",
# testing framework
"pytest>=7.1.3,<8.0.0",
"pytest-mock>=3.8.2,<3.11.0",
"pytest-mock>=3.8.2,<3.12.0",
"pytest-xdist[psutil]>=2.5.0,<3.0.0",
"pytest-asyncio>=0.18.3,<1.0.0",
"pytest-cov>=4.0.0,<5.0.0",
Expand Down

0 comments on commit adf3bee

Please sign in to comment.