This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new e91560f4 Update the requests dependency due to CVE-2026-25645
e91560f4 is described below
commit e91560f4160e2c13771e1b33e8d8b6dc53d88015
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Mar 25 17:17:35 2026 +0000
Update the requests dependency due to CVE-2026-25645
---
pip-audit.requirements | 2 +-
uv.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/pip-audit.requirements b/pip-audit.requirements
index 3ed63dec..c70194ab 100644
--- a/pip-audit.requirements
+++ b/pip-audit.requirements
@@ -303,7 +303,7 @@ referencing==0.37.0
# jsonschema-specifications
regex==2026.2.28
# via djlint
-requests==2.32.5
+requests==2.33.0
# via asfpy
rfc3339-validator==0.1.4
# via jsonschema
diff --git a/uv.lock b/uv.lock
index 50717797..7240d59c 100644
--- a/uv.lock
+++ b/uv.lock
@@ -3,7 +3,7 @@ revision = 3
requires-python = "==3.13.*"
[options]
-exclude-newer = "2026-03-25T14:25:52Z"
+exclude-newer = "2026-03-25T17:17:12Z"
[[package]]
name = "aiofiles"
@@ -1676,7 +1676,7 @@ wheels = [
[[package]]
name = "requests"
-version = "2.32.5"
+version = "2.33.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "certifi" },
@@ -1684,9 +1684,9 @@ dependencies = [
{ name = "idna" },
{ name = "urllib3" },
]
-sdist = { url =
"https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz",
hash =
"sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size
= 134517, upload-time = "2025-08-18T20:46:02.573Z" }
+sdist = { url =
"https://files.pythonhosted.org/packages/34/64/8860370b167a9721e8956ae116825caff829224fbca0ca6e7bf8ddef8430/requests-2.33.0.tar.gz",
hash =
"sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652", size
= 134232, upload-time = "2026-03-25T15:10:41.586Z" }
wheels = [
- { url =
"https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl",
hash =
"sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size
= 64738, upload-time = "2025-08-18T20:46:00.542Z" },
+ { url =
"https://files.pythonhosted.org/packages/56/5d/c814546c2333ceea4ba42262d8c4d55763003e767fa169adc693bd524478/requests-2.33.0-py3-none-any.whl",
hash =
"sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b", size
= 65017, upload-time = "2026-03-25T15:10:40.382Z" },
]
[[package]]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]