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/02/07 05:34:53 UTC

[streampipes] branch dev updated: Bump mypy from 0.991 to 1.0.0 in /streampipes-client-python (#1231)

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 f9abb14cc Bump mypy from 0.991 to 1.0.0 in /streampipes-client-python (#1231)
f9abb14cc is described below

commit f9abb14ccfc6c7a7f91765cb85846e80820d08cc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 7 06:34:48 2023 +0100

    Bump mypy from 0.991 to 1.0.0 in /streampipes-client-python (#1231)
---
 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 e89c0f136..8b498624e 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -44,7 +44,7 @@ dev_packages = base_packages + [
     "flake8==6.0.0",
     "interrogate==1.5.0",
     "isort==5.12.0",
-    "mypy==0.991",
+    "mypy==1.0.0",
     "pandas-stubs==1.5.2.230105",
     "pre-commit==3.0.0",
     "pytest==7.2.1",