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 5336e878df chore(deps): bump requests from 2.33.0 to 2.34.0 in
/streampipes-client-python (#4489)
5336e878df is described below
commit 5336e878dfcb685c14952d86e093134a3efee9a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 05:34:15 2026 +0000
chore(deps): bump requests from 2.33.0 to 2.34.0 in
/streampipes-client-python (#4489)
---
streampipes-client-python/poetry.lock | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/streampipes-client-python/poetry.lock
b/streampipes-client-python/poetry.lock
index 4d9902bddd..6e89fcdeea 100644
--- a/streampipes-client-python/poetry.lock
+++ b/streampipes-client-python/poetry.lock
@@ -3638,14 +3638,14 @@ files = [
[[package]]
name = "requests"
-version = "2.33.0"
+version = "2.34.0"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.10"
groups = ["main", "deployment", "docs"]
files = [
- {file = "requests-2.33.0-py3-none-any.whl", hash =
"sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"},
- {file = "requests-2.33.0.tar.gz", hash =
"sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"},
+ {file = "requests-2.34.0-py3-none-any.whl", hash =
"sha256:917520a21b767485ce7c588f4ebb917c436b24a31231b44228715eaeb5a52c60"},
+ {file = "requests-2.34.0.tar.gz", hash =
"sha256:7d62fe92f50eb82c529b0916bb445afa1531a566fc8f35ffdc64446e771b856a"},
]
[package.dependencies]
@@ -3656,7 +3656,6 @@ urllib3 = ">=1.26,<3"
[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
-test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov",
"pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"]
[[package]]