Skip to content

Commit eee5f5a

Browse files
build(deps-dev): update mock requirement in /plc4py
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.2...5.2.0) --- updated-dependencies: - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 391734a commit eee5f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plc4py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dev = [
6868
"requires",
6969
"pre-commit>=2.6.0",
7070
"pytest-mock>=3.8.1",
71-
"mock>=4.0.2",
71+
"mock>=5.2.0",
7272
"mypy>=0.942",
7373
"flake8>=4.0.1",
7474
"pytest-asyncio",

0 commit comments

Comments
 (0)