From 0bd126d359f9a7054e031d53774f9b1c98833577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:18:14 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 4 updates Bumps the pip group with 1 update in the /examples/inference-client directory: [requests](https://github.com/psf/requests). Bumps the pip group with 1 update in the /examples/inference-dashboard-example directory: [requests](https://github.com/psf/requests). Bumps the pip group with 3 updates in the /requirements directory: [python-multipart](https://github.com/Kludex/python-multipart), [black](https://github.com/psf/black) and [nbconvert](https://github.com/jupyter/nbconvert). Updates `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) Updates `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) Updates `python-multipart` from 0.0.19 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.19...0.0.22) Updates `black` from 24.3.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...26.3.1) Updates `nbconvert` from 7.7.4 to 7.17.0 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.7.4...v7.17.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: pip - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- examples/inference-client/requirements.txt | 2 +- examples/inference-dashboard-example/requirements.txt | 2 +- requirements/requirements.code_analysis.txt | 2 +- requirements/requirements.docs.txt | 2 +- requirements/requirements.http.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/inference-client/requirements.txt b/examples/inference-client/requirements.txt index e9c307a423..5b0304c88e 100644 --- a/examples/inference-client/requirements.txt +++ b/examples/inference-client/requirements.txt @@ -1,2 +1,2 @@ supervision[desktop]==0.13.0 -requests==2.32.4 +requests==2.33.0 diff --git a/examples/inference-dashboard-example/requirements.txt b/examples/inference-dashboard-example/requirements.txt index c5cc16f493..e4ef3e95e2 100644 --- a/examples/inference-dashboard-example/requirements.txt +++ b/examples/inference-dashboard-example/requirements.txt @@ -1,4 +1,4 @@ matplotlib==3.7.1 opencv-python>=4.8.1.78,<=4.10.0.84 pandas==2.0.2 -Requests==2.32.4 +Requests==2.33.0 diff --git a/requirements/requirements.code_analysis.txt b/requirements/requirements.code_analysis.txt index 2733c70ce3..d6b80eebad 100644 --- a/requirements/requirements.code_analysis.txt +++ b/requirements/requirements.code_analysis.txt @@ -1,5 +1,5 @@ z3-solver<=4.15.4.0 -black==24.3.0 +black==26.3.1 isort==5.13.2 flake8==7.0.0 codeflash # using the latest version as it updates frequently diff --git a/requirements/requirements.docs.txt b/requirements/requirements.docs.txt index 4b99e70ec7..fe3719801a 100644 --- a/requirements/requirements.docs.txt +++ b/requirements/requirements.docs.txt @@ -16,4 +16,4 @@ jinja2 # which likely stems from a typo or mismatch in versions # between the libraries. mistune==2.0.4 -nbconvert==7.7.4 \ No newline at end of file +nbconvert==7.17.0 \ No newline at end of file diff --git a/requirements/requirements.http.txt b/requirements/requirements.http.txt index bdb8bd1913..8a7cce0c7f 100644 --- a/requirements/requirements.http.txt +++ b/requirements/requirements.http.txt @@ -1,5 +1,5 @@ uvicorn[standard]<=0.34.0 -python-multipart==0.0.19 +python-multipart==0.0.22 fastapi-cprofile<=0.0.2 orjson>=3.9.10,<=3.10.11 asgi_correlation_id~=4.3.1