diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05e3cb721..0fcf45db1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #1119: The update command should check version requirements using post-update values instead of what's currently installed
- #1097: The Test resource processor now supports nested tests
+### Security
+- requests Python wheel updated to 2.33.0
+
## [0.10.6] - 2026-02-24
### Added
diff --git a/module.xml b/module.xml
index 1e40da2b1..c26d5bd33 100644
--- a/module.xml
+++ b/module.xml
@@ -43,7 +43,7 @@
ExtraPipFlags="--no-deps" />
-
+
diff --git a/wheels/requests-2.32.4-py3-none-any.whl b/wheels/requests-2.32.4-py3-none-any.whl
deleted file mode 100644
index d52fad0ba..000000000
Binary files a/wheels/requests-2.32.4-py3-none-any.whl and /dev/null differ
diff --git a/wheels/requests-2.33.0-py3-none-any.whl b/wheels/requests-2.33.0-py3-none-any.whl
new file mode 100644
index 000000000..072cf18dc
Binary files /dev/null and b/wheels/requests-2.33.0-py3-none-any.whl differ
diff --git a/wheels/requirements.txt b/wheels/requirements.txt
index 025919132..8f77c7b9b 100644
--- a/wheels/requirements.txt
+++ b/wheels/requirements.txt
@@ -9,7 +9,7 @@ jsonschema_specifications==2024.10.1
jsonschema==4.23.0
oras==0.1.30
referencing==0.36.2
-requests==2.32.4
+requests==2.33.0
typing_extensions==4.12.2
urllib3==2.6.3
# When https://github.com/pypa/pip/pull/10837 is merged, we should specify per-requirement `--no-deps` in requirements.txt directly,