As the comment says newer versions of more-itertools requires
Python 3.4 or greater. So only pin the version if that's the case.
Change-Id: I52f0e9d24056321df853e2105e399989d6ae64d5
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
--- /dev/null
+---
+upgrade:
+ - |
+ If using Python 3.4 or newer, more-itertools is no longer pinned to the 5.x
+ release.
sphinx-tabs
# Indirect Dependencies
-# >6.0.0 requires Python >=3.4
-more-itertools~=5.0.0
+more-itertools~=5.0.0;python_version<'3.4' # >6.0.0 requires Python >=3.4