Skip to content

Commit a7c1de7

Browse files
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: [black](https://github.com/psf/black), [python-multipart](https://github.com/Kludex/python-multipart) 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](psf/requests@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](psf/requests@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](psf/requests@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](psf/requests@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](psf/requests@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](psf/requests@v2.32.4...v2.33.0) 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](psf/black@24.3.0...26.3.1) Updates `python-multipart` from 0.0.19 to 0.0.26 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/main/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.19...0.0.26) Updates `nbconvert` from 7.7.4 to 7.17.1 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](jupyter/nbconvert@v7.7.4...v7.17.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production - dependency-name: nbconvert dependency-version: 7.17.1 dependency-type: direct:production - dependency-name: python-multipart dependency-version: 0.0.26 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6584f8e commit a7c1de7

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
supervision[desktop]==0.13.0
2-
requests==2.32.4
2+
requests==2.33.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
matplotlib==3.7.1
22
opencv-python>=4.8.1.78,<=4.10.0.84
33
pandas==2.0.2
4-
Requests==2.32.4
4+
Requests==2.33.0

requirements/_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pillow>=11.0,<12.0
1313
prometheus-fastapi-instrumentator<=6.0.0
1414
psutil>=7.0.0
1515
redis~=5.0.0
16-
requests>=2.32.0,<3.0.0
16+
requests>=2.33.1,<3.0.0
1717
rich>=13.0.0,<15.0.0
1818
supervision>=0.27.0
1919
pybase64~=1.0.0

requirements/requirements.cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=2.32.0,<3.0.0
1+
requests>=2.33.1,<3.0.0
22
docker>=7.0.0,<8.0.0
33
click<8.2.0 # temporary pin until fastapi/typer#1145 is released
44
typer>=0.9.0,<=0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
z3-solver<=4.15.4.0
2-
black==24.3.0
2+
black==26.3.1
33
isort==5.13.2
44
flake8==7.0.0
55
codeflash # using the latest version as it updates frequently

requirements/requirements.docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jinja2
1616
# which likely stems from a typo or mismatch in versions
1717
# between the libraries.
1818
mistune==2.0.4
19-
nbconvert==7.7.4
19+
nbconvert==7.17.1

requirements/requirements.http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
uvicorn[standard]<=0.34.0
2-
python-multipart==0.0.19
2+
python-multipart==0.0.26
33
fastapi-cprofile<=0.0.2
44
orjson>=3.9.10,<=3.10.11
55
asgi_correlation_id~=4.3.1

requirements/requirements.sdk.http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests>=2.32.0,<3.0.0
1+
requests>=2.33.1,<3.0.0
22
dataclasses-json~=0.6.0
33
opencv-python>=4.8.1.78,<=4.10.0.84
44
pillow>=11.0,<12.0

0 commit comments

Comments
 (0)