Skip to content

Commit 4f42a5b

Browse files
Bump the pip group across 1 directory with 3 updates
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 `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](Kludex/python-multipart@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](psf/black@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](jupyter/nbconvert@v7.7.4...v7.17.0) --- updated-dependencies: - 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] <support@github.com>
1 parent b14f697 commit 4f42a5b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

requirements/_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fastapi>=0.100,<0.116 # be careful with upper pin - fastapi might remove suppor
99
numpy>=2.0.0,<2.4.0
1010
opencv-python>=4.8.1.78,<=4.10.0.84
1111
opencv-contrib-python>=4.8.1.78,<=4.10.0.84 # Note: opencv-python considers this as a bad practice, but since our dependencies rely on both we pin both here
12-
pillow>=11.0,<12.0
12+
pillow>=11.0,<13.0
1313
prometheus-fastapi-instrumentator<=6.0.0
1414
psutil>=7.0.0
1515
redis~=5.0.0
@@ -46,7 +46,7 @@ httpx~=0.28.1
4646
pylogix==1.0.5
4747
pymodbus>=3.6.9,<=3.8.3
4848
backoff~=2.2.0
49-
filelock>=3.12.0,<=3.17.0
49+
filelock>=3.12.0,<=3.25.2
5050
onvif-zeep-async==2.0.0 # versions > 2.0.0 will not work with Python 3.9 despite docs
5151
simple-pid~=2.0.1
5252
qrcode~=8.0.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.0

requirements/requirements.http.txt

Lines changed: 2 additions & 2 deletions
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.22
33
fastapi-cprofile<=0.0.2
4-
orjson>=3.9.10,<=3.10.11
4+
orjson>=3.9.10,<=3.11.7
55
asgi_correlation_id~=4.3.1

requirements/requirements.sam.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ rf-sam-2==1.0.3
33
rasterio~=1.4.0
44
pycocotools>=2.0.10
55
# TODO: update to 2.8.0 once pre-built flashattn is available
6-
torch>=2.0.1,<2.7.0
6+
torch>=2.0.1,<2.11.0
77
torchvision>=0.15.2

requirements/requirements.sdk.http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests>=2.32.0,<3.0.0
22
dataclasses-json~=0.6.0
33
opencv-python>=4.8.1.78,<=4.10.0.84
4-
pillow>=11.0,<12.0
4+
pillow>=11.0,<13.0
55
supervision>=0.26
66
numpy>=2.0.0,<2.4.0
77
aiohttp~=3.13.3

requirements/requirements.transformers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: update to 2.8.0 once pre-built flashattn is available
2-
torch>=2.0.1,<2.7.0
2+
torch>=2.0.1,<2.11.0
33
torchvision>=0.15.0
44
transformers>=4.57.3
55
timm>=1.0.0

0 commit comments

Comments
 (0)