python311Packages.appthreat-vulnerability-db: relax msgpack constraint

This commit is contained in:
Martin Weinelt
2023-12-20 20:46:37 +01:00
parent fec3a0aa74
commit b48bf8f548
@@ -35,6 +35,7 @@ buildPythonPackage rec {
'';
pythonRelaxDeps = [
"msgpack"
"semver"
];