With https://github.com/ypasmk/robot-framework-docker/pull/13 dependabot gave a 100% compatiblity score for upgrading pillow 6.2.0 to 7.1.0 for a python2 project. However pillow 7.0.0 states: ``` Python 2.7 Pillow has dropped support for Python 2.7, which reached end-of-life on 2020-01-01. ``` https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html#backwards-incompatible-changes So dependabot should have choosen 6.2.2 instead of 7.1.0 for python2 Fixed broken build with https://github.com/ypasmk/robot-framework-docker/pull/15
With ypasmk/robot-framework-docker#13 dependabot gave a 100% compatiblity score for upgrading pillow 6.2.0 to 7.1.0 for a python2 project.
However pillow 7.0.0 states:
https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html#backwards-incompatible-changes
So dependabot should have choosen 6.2.2 instead of 7.1.0 for python2
Fixed broken build with ypasmk/robot-framework-docker#15