Skip to content

Commit 6d7bacb

Browse files
Update mock requirement from ==4.* to ==5.* (#233)
Updates the requirements on [mock](https://github.com/testing-cabal/mock) to permit the latest version. - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@4.0.0b1...5.1.0) --- updated-dependencies: - dependency-name: mock dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Dąbrowski <51504507+mdabrowski1990@users.noreply.github.com>
1 parent 27d4fc6 commit 6d7bacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test = [
6363
"pytest == 7.*",
6464
"pytest-cov",
6565
"pytest-asyncio",
66-
"mock == 4.*"
66+
"mock == 5.*"
6767
]
6868
docs = [
6969
"sphinx",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.*
22
pytest-cov==3.*
33
pytest-asyncio>=0.17.2
4-
mock==4.*
4+
mock==5.*

0 commit comments

Comments
 (0)