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/17 04:44:15 UTC

[streampipes] branch dev updated: Bump autoflake from 2.0.0 to 2.1.0 in /streampipes-client-python (#1509)

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 8df326c7e Bump autoflake from 2.0.0 to 2.1.0 in /streampipes-client-python (#1509)
8df326c7e is described below

commit 8df326c7e6454929be36c099ca120a41ca535ff4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 17 06:44:09 2023 +0200

    Bump autoflake from 2.0.0 to 2.1.0 in /streampipes-client-python (#1509)
---
 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 ce7537a8b..14fb16a17 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -45,7 +45,7 @@ base_packages = [
 ]
 
 dev_packages = base_packages + [
-    "autoflake==2.0.0",
+    "autoflake==2.1.0",
     "black==23.3.0",
     "blacken-docs==1.13.0",
     "flake8==6.0.0",