Skip to content

Commit

Permalink
[Snyk] Security upgrade pillow from 9.3.0 to 10.0.1 (#6907)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Roman Donchenko <roman@cvat.ai>
  • Loading branch information
3 people authored Sep 27, 2023
1 parent 2451f63 commit 4a487c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

- TDB
- Security upgrade Pillow from 9.3.0 to 10.0.1
(<https://github.com/opencv/cvat/pull/6907>)

## \[2.7.2\] - 2023-09-25

Expand Down
2 changes: 1 addition & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ opencv-python-headless==4.5.5.62
patool==1.12

pdf2image==1.14.0
Pillow==9.3.0
Pillow>=10.0.1
psutil==5.9.4
psycopg2-binary==2.9.5
python-ldap==3.4.3
Expand Down
3 changes: 2 additions & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:2d160f9f528eea85db9d4a918b2f6eeac55237b5
# SHA1:a0efa2c9321894eb42efb7d7d1338b0749034f97
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -349,6 +349,7 @@ six==1.16.0
# astunparse
# azure-core
# furl
# google-auth
# google-pasta
# isodate
# orderedmultidict
Expand Down
2 changes: 1 addition & 1 deletion utils/dataset_manifest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
av==9.2.0 # Pinned for the whole CVAT
natsort>=8.0.0
opencv-python-headless>=4.4.0.42
Pillow==9.3.0
Pillow>=10.0.1
tqdm>=4.58.0
4 changes: 2 additions & 2 deletions utils/dataset_manifest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:28d323bec97cee6586d917faf4c7f58199475771
# SHA1:2c4fe23872675e963864abe27e1644f42865f712
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -13,7 +13,7 @@ numpy==1.22.4
# via opencv-python-headless
opencv-python-headless==4.5.5.62
# via -r utils/dataset_manifest/requirements.in
pillow==9.3.0
pillow==10.0.1
# via -r utils/dataset_manifest/requirements.in
tqdm==4.66.1
# via -r utils/dataset_manifest/requirements.in

0 comments on commit 4a487c3

Please sign in to comment.