Skip to content

Commit c020436

Browse files
BUILD: Update mock requirement from <5.2,>=5.1.0 to >=5.1.0,<5.3
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@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ce16ce commit c020436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
[project.optional-dependencies]
4545
tests = [
4646
"matplotlib>=3.5.0,<3.11",
47-
"mock>=5.1.0,<5.2",
47+
"mock>=5.1.0,<5.3",
4848
"pytest>=7.4.0,<8.5",
4949
"pytest-cov>=4.0.0,<6.1",
5050
"pytest-xdist>=3.5.0,<3.7",

0 commit comments

Comments
 (0)