You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/04/07 05:07:16 UTC

[streampipes] branch dev updated: Bump mypy from 1.1.1 to 1.2.0 in /streampipes-client-python (#1494)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new b0d235fb2 Bump mypy from 1.1.1 to 1.2.0 in /streampipes-client-python (#1494)
b0d235fb2 is described below

commit b0d235fb2fc310d714f08fa2813acdc8bd0fdd9c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 7 07:07:07 2023 +0200

    Bump mypy from 1.1.1 to 1.2.0 in /streampipes-client-python (#1494)
---
 streampipes-client-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index 7066ae7be..4d3d5d0dc 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -51,7 +51,7 @@ dev_packages = base_packages + [
     "flake8==6.0.0",
     "interrogate==1.5.0",
     "isort==5.12.0",
-    "mypy==1.1.1",
+    "mypy==1.2.0",
     "pandas-stubs==1.5.2.230105",
     "pre-commit==3.2.0",
     "pytest==7.2.1",