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 45b27818e Bump black from 23.1.0 to 23.3.0 in
/streampipes-client-python
45b27818e is described below
commit 45b27818e7d90f4c468c427c882ec6efff27e620
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 29 03:07:47 2023 +0000
Bump black from 23.1.0 to 23.3.0 in /streampipes-client-python
Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.1.0...23.3.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
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 94017f433..004996fb4 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -46,7 +46,7 @@ base_packages = [
dev_packages = base_packages + [
"autoflake==2.0.0",
- "black==23.1.0",
+ "black==23.3.0",
"blacken-docs==1.13.0",
"flake8==6.0.0",
"interrogate==1.5.0",