Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade opencv-python-headless from 4.5.5.62 to 4.8.1.78 #6931

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Security

- Security upgrade opencv-python-headless from 4.5.5.62 to 4.8.1.78
(<https://github.com/opencv/cvat/pull/6931>)
2 changes: 1 addition & 1 deletion cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ furl==2.1.0
google-cloud-storage==1.42.0
natsort==8.0.0
numpy~=1.22.2
opencv-python-headless==4.5.5.62
opencv-python-headless~=4.8

# The package is used by pyunpack as a command line tool to support multiple
# archives. Don't use as a python module because it has GPL license.
Expand Down
2 changes: 1 addition & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:efa1135fd6eb8ff1c784d632ee43797415192c71
# SHA1:21132d38b706741ba8b04ac1eb24b9136208dd3d
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down
2 changes: 1 addition & 1 deletion utils/dataset_manifest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ natsort==8.0.0
# via -r utils/dataset_manifest/requirements.in
numpy==1.22.4
# via opencv-python-headless
opencv-python-headless==4.5.5.62
opencv-python-headless==4.8.1.78
# via -r utils/dataset_manifest/requirements.in
pillow==10.0.1
# via -r utils/dataset_manifest/requirements.in
Expand Down
Loading