Update opencolorio version to ^2.3.2 in pyproject.toml

Bump opencolorio version from 2.2.1 to ^2.3.2 in the pyproject.toml file for compatibility and potential enhancements with other dependencies.
This commit is contained in:
Jakub Jezek 2024-07-30 15:35:18 +02:00
parent 354e9af391
commit aebc9a90d6
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -15,6 +15,6 @@ qtawesome = "0.7.3"
aiohttp-middlewares = "^2.0.0"
Click = "^8"
OpenTimelineIO = "0.16.0"
opencolorio = "2.2.1"
opencolorio = "^2.3.2"
Pillow = "9.5.0"
websocket-client = ">=0.40.0,<2"