Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #1097: The Test resource processor now supports nested tests

### Security
- urllib Python wheel updated to 2.7.0
- requests Python wheel updated to 2.33.0

## [0.10.6] - 2026-02-24
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PythonWheel Name="referencing-0.36.2-py3-none-any.whl" ExtraPipFlags="--no-deps" />
<PythonWheel Name="requests-2.33.0-py3-none-any.whl" ExtraPipFlags="--no-deps" />
<PythonWheel Name="typing_extensions-4.12.2-py3-none-any.whl" ExtraPipFlags="--no-deps" />
<PythonWheel Name="urllib3-2.6.3-py3-none-any.whl" ExtraPipFlags="--no-deps" />
<PythonWheel Name="urllib3-2.7.0-py3-none-any.whl" ExtraPipFlags="--no-deps" />

<!-- Pure python implementation of rpds-py for offline installation or behind a
firewall.
Expand Down
2 changes: 1 addition & 1 deletion wheels/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ oras==0.1.30
referencing==0.36.2
requests==2.33.0
typing_extensions==4.12.2
urllib3==2.6.3
urllib3==2.7.0
# When https://github.com/pypa/pip/pull/10837 is merged, we should specify per-requirement `--no-deps` in requirements.txt directly,
# so that dependabot etc. don't pick up vulnerabilities in `rpds-py`, which we implement ourselves.
Binary file removed wheels/urllib3-2.6.3-py3-none-any.whl
Binary file not shown.
Binary file added wheels/urllib3-2.7.0-py3-none-any.whl
Binary file not shown.
Loading