This is an automated email from the ASF dual-hosted git repository.
zehnder 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 c48d135a1 Bump autoflake from 2.1.0 to 2.2.0 in
/streampipes-client-python (#1712)
c48d135a1 is described below
commit c48d135a1d2d6798ded0daf489f7ae9495c2dc5d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 10:58:11 2023 +0200
Bump autoflake from 2.1.0 to 2.2.0 in /streampipes-client-python (#1712)
Bumps [autoflake](https://github.com/PyCQA/autoflake) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/PyCQA/autoflake/releases)
- [Commits](https://github.com/PyCQA/autoflake/compare/v2.1.0...v2.2.0)
---
updated-dependencies:
- dependency-name: autoflake
dependency-type: direct:development
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>
---
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 0caa6697a..12e524e4b 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -47,7 +47,7 @@ base_packages = [
]
dev_packages = base_packages + [
- "autoflake==2.1.0",
+ "autoflake==2.2.0",
"black==23.3.0",
"blacken-docs==1.14.0",
"flake8==6.0.0",