Skip to content

Commit adf3bee

Browse files
⬆️ Update pytest-mock requirement (#801)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deec72e commit adf3bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"MarkupSafe>=2.1.1,<3.0.0",
5555
# testing framework
5656
"pytest>=7.1.3,<8.0.0",
57-
"pytest-mock>=3.8.2,<3.11.0",
57+
"pytest-mock>=3.8.2,<3.12.0",
5858
"pytest-xdist[psutil]>=2.5.0,<3.0.0",
5959
"pytest-asyncio>=0.18.3,<1.0.0",
6060
"pytest-cov>=4.0.0,<5.0.0",

0 commit comments

Comments
 (0)