From 6e0c9263e25a1149480dac825dbbd718d7cd59cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:05:55 +0000 Subject: [PATCH] build(deps): bump the pip group across 3 directories with 3 updates Bumps the pip group with 1 update in the /bench/python directory: [pillow](https://github.com/python-pillow/Pillow). Bumps the pip group with 1 update in the /docker directory: [wheel](https://github.com/pypa/wheel). Bumps the pip group with 1 update in the /samples directory: [onnx](https://github.com/onnx/onnx). Updates `pillow` from 12.0.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.1) Updates `wheel` from 0.45.0 to 0.46.2 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.0...0.46.2) Updates `onnx` from 1.19.0 to 1.21.0rc1 - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/commits) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:production dependency-group: pip - dependency-name: onnx dependency-version: 1.21.0rc1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- bench/python/requirements_common.txt | 2 +- docker/requirements.sys_python.txt | 2 +- samples/requirements_samples_common.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bench/python/requirements_common.txt b/bench/python/requirements_common.txt index 9cf8db77..e9325086 100644 --- a/bench/python/requirements_common.txt +++ b/bench/python/requirements_common.txt @@ -27,5 +27,5 @@ nvtx==0.2.13 pandas==2.3.3 matplotlib==3.10.7 av==16.0.0 -pillow==12.0.0 +pillow==12.1.1 PyNvVideoCodec==2.0.3; (platform_machine == "x86_64" or platform_machine == "amd64") and python_version>="3.10" and python_version<="3.13" diff --git a/docker/requirements.sys_python.txt b/docker/requirements.sys_python.txt index b3a5a8dc..b5f60ae3 100644 --- a/docker/requirements.sys_python.txt +++ b/docker/requirements.sys_python.txt @@ -29,7 +29,7 @@ sphinx-tabs==3.4.7 recommonmark==0.7.1 graphviz==0.20.3 setuptools==80.9.0 -wheel==0.45.0 +wheel==0.46.2 build==1.3.0 typing-extensions==4.13.1 patchelf==0.17.2.1 diff --git a/samples/requirements_samples_common.txt b/samples/requirements_samples_common.txt index 3b727362..fc7b9106 100644 --- a/samples/requirements_samples_common.txt +++ b/samples/requirements_samples_common.txt @@ -22,5 +22,5 @@ numpy==2.2.6; python_version>="3.10" and python_version<"3.14" numpy==2.3.3; python_version=="3.14" # Sample dependencies -onnx==1.19.0 +onnx==1.21.0rc1 onnxslim==0.1.70