This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 24c3d1389b build(deps-dev): update mock requirement in /plc4py (#2518)
24c3d1389b is described below

commit 24c3d1389b07fe76db16102601d915768dd5424e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 09:23:32 2026 +0200

    build(deps-dev): update mock requirement in /plc4py (#2518)
    
    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](https://github.com/testing-cabal/mock/compare/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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 plc4py/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4py/pyproject.toml b/plc4py/pyproject.toml
index 5cf52cc8c8..b4abd5faad 100644
--- a/plc4py/pyproject.toml
+++ b/plc4py/pyproject.toml
@@ -68,7 +68,7 @@ dev = [
         "requires",
         "pre-commit>=2.6.0",
         "pytest-mock>=3.8.1",
-        "mock>=4.0.2",
+        "mock>=5.2.0",
         "mypy>=0.942",
         "flake8>=4.0.1",
         "pytest-asyncio",

Reply via email to