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 d4537c4aabd Bump requests from 2.32.3 to 2.32.4 in /tools/pytools
(#1019)
d4537c4aabd is described below
commit d4537c4aabd0da06d0a4df5bfd0ffa0b989d2523
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 09:36:40 2025 +0300
Bump requests from 2.32.3 to 2.32.4 in /tools/pytools (#1019)
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
tools/pytools/poetry.lock | 10 +++++-----
tools/pytools/pyproject.toml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/tools/pytools/poetry.lock b/tools/pytools/poetry.lock
index e2fadc175c1..6a700d2a078 100644
--- a/tools/pytools/poetry.lock
+++ b/tools/pytools/poetry.lock
@@ -620,19 +620,19 @@ files = [
[[package]]
name = "requests"
-version = "2.32.3"
+version = "2.32.4"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
- {file = "requests-2.32.3-py3-none-any.whl", hash =
"sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
- {file = "requests-2.32.3.tar.gz", hash =
"sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
+ {file = "requests-2.32.4-py3-none-any.whl", hash =
"sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
+ {file = "requests-2.32.4.tar.gz", hash =
"sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
]
[package.dependencies]
certifi = ">=2017.4.17"
-charset-normalizer = ">=2,<4"
+charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
@@ -826,4 +826,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
-content-hash =
"13885f5a79eb7bb341755aa156b62dd2b0cbc33e066dc3d02268936db094c5a2"
+content-hash =
"96f28467f2e2e28fc09acaa7e9dc2dadfaf07f1fcf4225f0353ac69881694119"
diff --git a/tools/pytools/pyproject.toml b/tools/pytools/pyproject.toml
index 3903f012a48..dfde1bd79d2 100644
--- a/tools/pytools/pyproject.toml
+++ b/tools/pytools/pyproject.toml
@@ -29,7 +29,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
semver = "^2.13.0"
-requests = "^2.32.0"
+requests = "^2.32.4"
pydoctor = "^22.9.1"
pdoc = "^14.5.1"
docker = "^6.0.1"