This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new e0b3b2744a3 Bump urllib3 from 2.2.3 to 2.5.0 in /tools/pytools (#1021)
e0b3b2744a3 is described below
commit e0b3b2744a3a2495ce379df896d5f32a81fc652f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 09:37:06 2025 +0300
Bump urllib3 from 2.2.3 to 2.5.0 in /tools/pytools (#1021)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.5.0)
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/pytools/poetry.lock | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/pytools/poetry.lock b/tools/pytools/poetry.lock
index 6a700d2a078..eaae7998d4c 100644
--- a/tools/pytools/poetry.lock
+++ b/tools/pytools/poetry.lock
@@ -735,14 +735,14 @@ files = [
[[package]]
name = "urllib3"
-version = "2.2.3"
+version = "2.5.0"
description = "HTTP library with thread-safe connection pooling, file post,
and more."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
groups = ["main"]
files = [
- {file = "urllib3-2.2.3-py3-none-any.whl", hash =
"sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"},
- {file = "urllib3-2.2.3.tar.gz", hash =
"sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"},
+ {file = "urllib3-2.5.0-py3-none-any.whl", hash =
"sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
+ {file = "urllib3-2.5.0.tar.gz", hash =
"sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
]
[package.extras]