Require confuse >= 1.5.0

Fixes #4167.
This commit is contained in:
Adrian Sampson 2021-11-28 08:43:23 -05:00
parent e3f4e19298
commit 3c7853712f
No known key found for this signature in database
GPG key ID: BDB93AB409CC8705
2 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,11 @@ Changelog
Changelog goes here!
For packagers:
* We fixed a version for the dependency on the `Confuse`_ library.
:bug:`4167`
1.6.0 (November 27, 2021)
-------------------------
@ -69,7 +74,7 @@ Bug fixes:
:bug:`4080`
* :doc:`/plugins/discogs`: Remove built-in rate-limiting because the Discogs
Python library we use now has its own rate-limiting.
:bug: `4108`
:bug:`4108`
* :doc:`/plugins/export`: Fix some duplicated output.
* :doc:`/plugins/aura`: Fix a potential security hole when serving image
files.

View file

@ -89,7 +89,7 @@ setup(
'musicbrainzngs>=0.4',
'pyyaml',
'mediafile>=0.2.0',
'confuse>=1.0.0',
'confuse>=1.5.0',
'munkres>=1.0.0',
'jellyfish',
] + (