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 37b2641410b Bump requests from 2.32.4 to 2.33.0 in /tools/pytools
(#1096)
37b2641410b is described below
commit 37b2641410b525f15fc36e28077f802865aeb2d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 1 01:47:13 2026 +0300
Bump requests from 2.32.4 to 2.33.0 in /tools/pytools (#1096)
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.0.
- [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.4...v2.33.0)
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.33.0
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 | 17 +++++++++--------
tools/pytools/pyproject.toml | 2 +-
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/tools/pytools/poetry.lock b/tools/pytools/poetry.lock
index b31bf42f67b..00a3df9e14b 100644
--- a/tools/pytools/poetry.lock
+++ b/tools/pytools/poetry.lock
@@ -615,25 +615,26 @@ files = [
[[package]]
name = "requests"
-version = "2.32.4"
+version = "2.33.0"
description = "Python HTTP for Humans."
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.10"
groups = ["main"]
files = [
- {file = "requests-2.32.4-py3-none-any.whl", hash =
"sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
- {file = "requests-2.32.4.tar.gz", hash =
"sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
+ {file = "requests-2.33.0-py3-none-any.whl", hash =
"sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"},
+ {file = "requests-2.33.0.tar.gz", hash =
"sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"},
]
[package.dependencies]
-certifi = ">=2017.4.17"
+certifi = ">=2023.5.7"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
-urllib3 = ">=1.21.1,<3"
+urllib3 = ">=1.26,<3"
[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
-use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
+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]]
name = "semver"
@@ -821,4 +822,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
-content-hash =
"96f28467f2e2e28fc09acaa7e9dc2dadfaf07f1fcf4225f0353ac69881694119"
+content-hash =
"42281b75d270cb25f7d51d6f6d0e72aeb5434258c56302f98f054734750cf2dd"
diff --git a/tools/pytools/pyproject.toml b/tools/pytools/pyproject.toml
index dfde1bd79d2..a925d5712bf 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.4"
+requests = "^2.33.0"
pydoctor = "^22.9.1"
pdoc = "^14.5.1"
docker = "^6.0.1"