diff --git a/setup.py b/setup.py index 2402cbe3b..106139eef 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ install_requires = [ # Please note: # using any other msgpack version is not supported by borg development and # any feedback related to issues caused by this will be ignored. - 'msgpack >=0.5.6, <=1.1.0, !=1.0.1', + 'msgpack >=0.5.6, <=1.1.1, !=1.0.1', 'packaging', ]