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 875582240c chore(deps-dev): bump blacken-docs in
/streampipes-client-python (#3619)
875582240c is described below
commit 875582240cea38b4247670bc2ca5ef4ee535097b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 22 15:46:37 2025 +0200
chore(deps-dev): bump blacken-docs in /streampipes-client-python (#3619)
Bumps [blacken-docs](https://github.com/asottile/blacken-docs) from 1.18.0
to 1.19.1.
-
[Changelog](https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG.rst)
-
[Commits](https://github.com/asottile/blacken-docs/compare/1.18.0...1.19.1)
---
updated-dependencies:
- dependency-name: blacken-docs
dependency-version: 1.19.1
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/poetry.lock | 10 +++++-----
streampipes-client-python/pyproject.toml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index ab8f536c96..1396efce64 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -177,14 +177,14 @@ uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "blacken-docs"
-version = "1.18.0"
+version = "1.19.1"
description = "Run Black on Python code blocks in documentation files."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
groups = ["dev"]
files = [
- {file = "blacken_docs-1.18.0-py3-none-any.whl", hash =
"sha256:64f592246784131e9f84dad1db397f44eeddc77fdf01726bab920a3f00a3815c"},
- {file = "blacken_docs-1.18.0.tar.gz", hash =
"sha256:47bed628679d008a8eb55d112df950582e68d0f57615223929e366348d935444"},
+ {file = "blacken_docs-1.19.1-py3-none-any.whl", hash =
"sha256:73c3dee042a28f2d4f7df6e2c340869d6ced9704f6174d035d9b6199567f890d"},
+ {file = "blacken_docs-1.19.1.tar.gz", hash =
"sha256:3cf7a10f5b87886683e3ab07a0dc17de41425f3d21e2948e59f1c6079c45b328"},
]
[package.dependencies]
@@ -4002,4 +4002,4 @@ type = ["pytest-mypy"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.9,<3.12"
-content-hash =
"a9bda40453df1a3a552fc935f4446a74a44f0de499f70399851d0d8a5eaa6eaf"
+content-hash =
"a9b2fbb5fac7951a9841ec3202d43e0f4abf070b16879c779ffdb548f7a06734"
diff --git a/streampipes-client-python/pyproject.toml
b/streampipes-client-python/pyproject.toml
index 9c8e277aa9..62956b7870 100644
--- a/streampipes-client-python/pyproject.toml
+++ b/streampipes-client-python/pyproject.toml
@@ -67,7 +67,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
autoflake = "2.3.0"
black = "24.8.0"
-blacken-docs = "1.18.0"
+blacken-docs = "1.19.1"
flake8 = "7.2.0"
interrogate = { version = "1.7.0", extras = ["png"] }
isort = "5.13.2"