diff --git a/CHANGELOG.md b/CHANGELOG.md index 693b6d184..f5bebee40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## Bug Fixes * Fixed a setup bug introduced in `v0.6.2` where installation process created a directory instead of a file for test configuration file [PR #1070](https://github.com/catalystneuro/neuroconv/pull/1070) * The method `get_extractor` now works for `MockImagingInterface` [PR #1076](https://github.com/catalystneuro/neuroconv/pull/1076) +* Updated opencv version for security [PR #1087](https://github.com/catalystneuro/neuroconv/pull/1087) * Solved a bug of `PlexonRecordingInterface` where data with multiple streams could not be opened [PR #989](https://github.com/catalystneuro/neuroconv/pull/989) ## Deprecations diff --git a/src/neuroconv/datainterfaces/behavior/video/requirements.txt b/src/neuroconv/datainterfaces/behavior/video/requirements.txt index 3df644bd1..650f0426f 100644 --- a/src/neuroconv/datainterfaces/behavior/video/requirements.txt +++ b/src/neuroconv/datainterfaces/behavior/video/requirements.txt @@ -1,3 +1 @@ -opencv-python-headless>=4.5.1.48 -opencv-python-headless>=4.5.1.48,<4.7.0.72; sys_platform == 'darwin' -opencv-python-headless>=4.5.1.48,<4.7; sys_platform == 'darwin' and python_version>='3.11' +opencv-python-headless>=4.8.1.78