This is an automated email from the ASF dual-hosted git repository.
otluk 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 5e55222f26 build(deps): bump mypy from 1.11.2 to 1.12.0 in /plc4py
(#1823)
5e55222f26 is described below
commit 5e55222f26bcf3c1d8a13c7dba0e7142cab4e36d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 15 10:48:34 2024 +0200
build(deps): bump mypy from 1.11.2 to 1.12.0 in /plc4py (#1823)
Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
plc4py/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4py/requirements.txt b/plc4py/requirements.txt
index c75bf75604..aac00796f9 100644
--- a/plc4py/requirements.txt
+++ b/plc4py/requirements.txt
@@ -32,7 +32,7 @@ identify==2.6.1
iniconfig==2.0.0
mccabe==0.7.0
mock==5.1.0
-mypy==1.11.2
+mypy==1.12.0
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1